aboutsummaryrefslogtreecommitdiff
path: root/sokol_app.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1397 from floooh/issue1367/wgpu-cleanupAndre Weissflog2025-12-131-81/+58
|\
| * sokol_app.h: fix comment typoAndre Weissflog2025-12-121-1/+1
| * sokol_gfx.h macos: init internal framebuffer width/height when no window size...Andre Weissflog2025-12-111-8/+22
| * sokol_app.h: use _SAPP_STRUCT macro for all struct definitionsAndre Weissflog2025-12-081-73/+36
* | fix outdated comments (sapp_desc.win32_* etc...)Andre Weissflog2025-12-101-14/+16
|/
* sokol_app/gfx/glue.h: rename sapp_swapchain_next() to sapp_get_swapchain() an...Andre Weissflog2025-11-201-5/+8
* sokol_app.h vk: code cleanup (_SAPP_STRUCT etc)Andre Weissflog2025-11-191-86/+66
* sokol_app.h vk: code cleanup in _sapp_x11_update_dimensionsAndre Weissflog2025-11-191-16/+12
* Merge branch 'master' into experimental-vulkanAndre Weissflog2025-11-191-3/+56
|\
| * sokol_app.h win32: add a doc blurb about setting both win32_console_attach an...Andre Weissflog2025-11-171-1/+6
| * win32: Prioritize attaching console, otherwise createDaniel Hooper2025-11-141-3/+4
| * tvos handlers refactoringTomas Andrle2025-10-231-28/+19
| * tvos defines redefined, press handling code in C function like the rest.Tomas Andrle2025-10-221-35/+44
| * handle apple tv remote button presses and some game controller inputs that ca...Tomas Andrle2025-10-221-0/+39
| * tvos build fixesTomas Andrle2025-10-221-0/+8
* | sokol_gfx/app.h vk: deprecated vkGetPhysicalDeviceFeatures => ...Features2Andre Weissflog2025-11-181-15/+16
* | sokol_app.h vk: remove redundant device extensionsAndre Weissflog2025-11-171-3/+0
* | sokol_app.h vk: clarify swapchain depth/msaa surface re-creationAndre Weissflog2025-11-171-2/+2
* | sokol_gfx/app.h vk: fix unused warnings in release buildsAndre Weissflog2025-11-151-3/+4
* | sokol_app.h vk: reduce Vulkan API version requirement to 1.3Andre Weissflog2025-11-151-2/+2
* | sokol_app.h vk: fix c++ compatibilityAndre Weissflog2025-11-141-3/+8
* | sokol_app.h vk: query and request texture compression featuresAndre Weissflog2025-11-031-4/+16
* | sokol_app.h vk: enable samplerAnisotropy featureAndre Weissflog2025-11-021-0/+1
* | sokol_app/gfx.h vk: more detailed create-device-failure errors, more descript...Andre Weissflog2025-11-021-2/+18
* | sokol_gfx.h vk: descriptor buffers wipAndre Weissflog2025-11-021-1/+0
* | sokol_app/gfx.h vk: re-enable push descriptorsAndre Weissflog2025-11-021-0/+1
* | sokol_app.h vk: descriptor buffers wipAndre Weissflog2025-11-021-4/+16
* | sokol_app.h vk: require VK_EXT_descriptor_bufferAndre Weissflog2025-11-021-0/+1
* | sokol_app.h vk: swapchain msaa supportAndre Weissflog2025-10-271-54/+90
* | sokol_app.h vk: fix sapp_depth_format()Andre Weissflog2025-10-261-4/+0
* | sokol_app.h vk: depth-buffer supportAndre Weissflog2025-10-261-1/+140
* | sokol_gfx.h vk: triangle-bufferless-sapp working (but upside down)Andre Weissflog2025-10-201-0/+15
* | sokol_app.h vk: fix swapchain recreation on window resizeAndre Weissflog2025-10-161-24/+27
* | sokol_app.h vk: set oldSwapchain when recreating swapchain objectAndre Weissflog2025-10-151-9/+26
* | sokol_app.h vk: attempt at framebuffer resize (validation layer errors)Andre Weissflog2025-10-151-2/+35
* | sokol_app.h: basic frame loop wipAndre Weissflog2025-10-131-1/+2
* | sokol_gfx.h vk: basic frame loop wipAndre Weissflog2025-10-131-2/+7
* | sokol_app.h/sokol_gfx.h vk: basic frame loop wipAndre Weissflog2025-10-131-9/+8
* | sokol_gfx.h vk: _sg_vk_begin_pass/commit wipAndre Weissflog2025-10-131-5/+9
* | sokol_gfx.h vk: _sg_vk_init_capsAndre Weissflog2025-10-131-10/+11
* | sokol_app.h vk: frame sync wipAndre Weissflog2025-10-131-3/+78
* | sokol_app.h ios: fixes for sapp_desc struct changesAndre Weissflog2025-10-121-3/+3
* | sokol_app.h linux egl: fixes for sapp_desc struct changesAndre Weissflog2025-10-121-2/+2
* | sokol_app.h gl: fixes for sapp_desc struct changesAndre Weissflog2025-10-121-5/+5
* | sokol_app.h vk: wipAndre Weissflog2025-10-121-0/+26
* | sokol_app.h wgpu: _sapp_wgpu_swapchain_next code cleanupAndre Weissflog2025-10-121-3/+4
* | sokol_app.h wgpu: get next swapchain in sapp_swapchain_next instead of start ...Andre Weissflog2025-10-121-4/+24
* | sokol_app.h vk: query swapchain images and create image viewsAndre Weissflog2025-10-121-0/+44
* | sokol_app.h win32: fixes for sapp_desc struct changesAndre Weissflog2025-10-121-5/+5
* | sokol_app.h web: fix web backend for sapp_desc struct changesAndre Weissflog2025-10-121-14/+15