aboutsummaryrefslogtreecommitdiff
path: root/sokol_app.h
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | sokol_glue.h: sglue_swapchain => sglue_swapchain_next, and code cleanupAndre Weissflog2025-10-121-34/+28
* | sokol_glue.h: port to new sapp env/swapchain/desc apiAndre Weissflog2025-10-121-4/+4
* | sokol_app.h environment/swapchain/desc cleanup wipAndre Weissflog2025-10-121-200/+199
* | sokol_app.h vk: create swapchain objectAndre Weissflog2025-10-111-4/+75
* | sokol_app.h vk: create surfaceAndre Weissflog2025-10-111-10/+98
* | sokol_app.h vk: create logical deviceAndre Weissflog2025-10-091-1/+68
* | sokol_app.h vk: pick physical deviceAndre Weissflog2025-10-081-8/+66
* | sokol_app.h: start experimental vulkan backendAndre Weissflog2025-10-071-8/+87
|/
* sokol_app.h macos: fix comment typosAndre Weissflog2025-10-061-2/+2
* sokol_app.h macos: add a warning comment to _sapp_macos_frame()Andre Weissflog2025-10-061-0/+4
* sokol_gfx.h macos: minor code cleanup to unify metal, gl and wgpu per-frame codeAndre Weissflog2025-10-061-26/+24
* Merge branch 'master' into issue1302/flexible-bind-limitsAndre Weissflog2025-09-281-3/+0
|\
| * sokol_app.h d3d11/dxgi: fix frame time issue on 120Hz displays (fixes #1337)Andre Weissflog2025-09-281-3/+0
* | sokol_app.h wgpu: request adapter limits for texture-, storage-buffer and sto...Andre Weissflog2025-09-201-0/+10
|/
* fix misleading _DEBUG vs NDEBUG doc commentsAndre Weissflog2025-09-151-1/+1
* sokol_app.h: update doc header with info about using WebGPU backend on native...Andre Weissflog2025-09-081-14/+30
* sokol_app.h linux: don't reconfigure swapchain on x11 resize events but at mo...Andre Weissflog2025-09-081-8/+2
* sokol_app.h wgpu: fix emscripten code path (missing functions in emdawnwebgpu)Andre Weissflog2025-09-071-4/+9
* sokol_app.h: fix new signed/unsigned warningsAndre Weissflog2025-09-071-3/+3
* sokol_app.h wgpu: device lost, logging and uncaptured error callbacksAndre Weissflog2025-09-071-10/+74
* sokol_app.h linux: revert dpi computation back to always render at native res...Andre Weissflog2025-09-061-7/+4
* sokol_app.h linux: cleanup sizing update and dpi behaviourAndre Weissflog2025-09-061-30/+47
* sokol_app.h linux: wgpu backend wipAndre Weissflog2025-09-061-50/+94
* sokol_app.h win32: add webgpu-dawn backendAndre Weissflog2025-09-051-23/+39
* sokol_app.h: fix wgpu backend for latest dawn webgpu.hAndre Weissflog2025-09-041-1/+5
* sokol_app.h: fix emscripten+wgpu code pathAndre Weissflog2025-09-041-1/+7
* sokol_app.h macos+gl: move GL_SILENCE_DEPRECATION define in front of Cocoa.hAndre Weissflog2025-09-041-18/+3
* sokol_app.h macos+gl: explicitly disable -Wdeprecated-declarations (not sure ...Andre Weissflog2025-09-041-0/+16
* sokol_app.h wgpu: remove an incorrect assertAndre Weissflog2025-09-041-1/+0
* sokol_app.h: macos+wgpu backend doneAndre Weissflog2025-09-041-33/+56
* sokol_app.h macos: more wgpu integration wipAndre Weissflog2025-09-031-14/+39
* sokol_app.h macos: wgpu integration wipAndre Weissflog2025-09-031-38/+147
* sokol_app.h: fix emscripten buildAndre Weissflog2025-09-031-1/+1
* sokol_app.h ios: isolate metal vs gles3 specific codeAndre Weissflog2025-09-031-69/+95