aboutsummaryrefslogtreecommitdiff
path: root/sokol_gfx.h
Commit message (Expand)AuthorAgeFilesLines
* sokoL_gfx.h: fix some commentsAndre Weissflog2024-11-051-1/+2
* sokol_gfx.h: update documentation, wip (bindings cleanup)Andre Weissflog2024-11-031-41/+99
* sokol_gfx.h: documentation update wip (bindings cleanup)Andre Weissflog2024-11-021-6/+7
* sokol_gfx.h: documentation update wip (bindings cleanup)Andre Weissflog2024-11-021-67/+120
* sokol_gfx.h: update documentation, wip (bindings cleanup)Andre Weissflog2024-10-311-39/+83
* sokoL_gfx.h gl: fix regression when GLSL compiler removes an unused vertex at...Andre Weissflog2024-10-291-3/+10
* sokol_gfx.h mtl: bind uniform buffers once in sg_begin_pass, not per sg_apply...Andre Weissflog2024-10-281-27/+20
* sokol_gfx.h: validate correct uniform binding range, and better validation me...Andre Weissflog2024-10-281-16/+20
* sokol_gfx.h: minor code cleanupAndre Weissflog2024-10-281-3/+3
* sokol_gfx.h: remove outdated commentAndre Weissflog2024-10-281-1/+1
* sokol_gfx.h: fix new unused arg warningAndre Weissflog2024-10-261-0/+1
* sokol_gfx.h: fix a misleading vertex buffer validation messageAndre Weissflog2024-10-261-5/+7
* sokol_gfx.h: fix binding to allow shared binding structs and gapsAndre Weissflog2024-10-261-19/+13
* sokol_gfx.h: error check for required bindings and uniformsAndre Weissflog2024-10-261-13/+38
* sokol_gfx.h: turn GL_VERTEX_ATTRIBUTE_NOT_FOUND_IN_SHADER into a warningAndre Weissflog2024-10-261-1/+1
* sokol_gfx.h: remove sg_shader_uniform.offsetAndre Weissflog2024-10-261-1/+0
* sokol_gfx.h: fix comment for sg_glsl_shader_uniform.offsetAndre Weissflog2024-10-251-1/+1
* sokol_gfx.h validation layer: remove a redundant comparison >= 0Andre Weissflog2024-10-171-2/+2
* sokol_gfx.h: minor naming cleanup and fixed unused warnings in release modeAndre Weissflog2024-10-171-42/+41
* sokol_gfx.h gl: fix msvc warningsAndre Weissflog2024-10-151-4/+4
* sokol_gfx.h: fix msvc warningsAndre Weissflog2024-10-151-3/+3
* sokol_gfx.h wgpu: fix dynamic bind offset mapping (must be in binding order, ...Andre Weissflog2024-10-141-9/+42
* sokol_gfx.h wgpu: don't set null bindgroups in begin pass, instead set empty ...Andre Weissflog2024-10-141-2/+2
* sokol_gfx.h wgpu: minor code cleanupAndre Weissflog2024-10-141-1/+1
* sokol_gfx.h wgpu: fix max bindings vs max bindgroup slot confusionAndre Weissflog2024-10-141-50/+97
* sokol_gfx.h wgpu: fix a C vs C++ incompatibility in the Emscripten vs Dawn we...Andre Weissflog2024-10-141-4/+6
* sokol_gfx.h: fix Emscripten vs Dawn webgpu.h differenceAndre Weissflog2024-10-141-1/+1
* sokol_gfx.h: fix bindslot validation bitmask testAndre Weissflog2024-10-141-6/+6
* sokol_gfx.h wgpu: deal with new WGPUOptionalBool typeAndre Weissflog2024-10-141-1/+5
* sokol_gfx.h wgpu: bring back the special empty bindgroupAndre Weissflog2024-10-141-15/+35
* sokol_gfx.h wgpu: fix bind slot collision validation messagesAndre Weissflog2024-10-141-6/+6
* sokol_gfx.h wgpu: fix uniform bind slot mappingAndre Weissflog2024-10-141-50/+42
* sokol_gfx.h wgpu: provide correct number of dynamic offset in _sg_wgpu_apply_...Andre Weissflog2024-10-141-2/+4
* sokol_gfx.h wgpu: add WGSL bind slot validationAndre Weissflog2024-10-141-20/+26
* sokol_gfx.h wgpu: get rid of special 'empty bindgroup' because setting a null...Andre Weissflog2024-10-141-20/+4
* sokol_gfx.h wgpu: fix sign conversion warningAndre Weissflog2024-10-141-2/+2
* sokol_gfx.h wgpu: Dawn vs Emscripten webgpu.h fixesAndre Weissflog2024-10-141-13/+35
* sokol_gfx.h wgpu: more bindings cleanup wipAndre Weissflog2024-10-141-62/+70
* sokol_gfx.h wgpu: more bindings cleanup wipAndre Weissflog2024-10-141-151/+144
* sokol_gfx.h wgpu: bindings cleanip wipAndre Weissflog2024-10-141-181/+182
* sokol_gfx.h fix release build errorsAndre Weissflog2024-10-141-2/+1
* sokol_gfx.h: remove pointless commentAndre Weissflog2024-10-141-1/+0
* sokol_gfx.h gl: bring back glsl_name (required for GL 4.1 and WebGL2)Andre Weissflog2024-10-141-43/+53
* sokol_gfx.h gl: bindings cleanup wipAndre Weissflog2024-10-141-29/+67
* sokol_gfx.h gl: bindings cleanup wipAndre Weissflog2024-10-141-98/+83
* sokol_gfx.h gl: bindings cleanup wipAndre Weissflog2024-10-141-70/+47
* sokol_gfx.h: rename vertex_attrs to attrs in sg_shader_descAndre Weissflog2024-10-141-7/+7
* sokol_gfx.h: fix unused variable warningsAndre Weissflog2024-10-141-8/+7
* sokol_gfx d3d11: bindings cleanup finishedAndre Weissflog2024-10-141-52/+85
* sokol_gfx.h d3d11: bindings cleanup wipAndre Weissflog2024-10-141-60/+105