Update thirdparty to latest

This commit is contained in:
2025-05-17 13:20:38 -04:00
parent 0487f03eff
commit dc8c73fc25
61 changed files with 143 additions and 16 deletions

View File

@@ -453,7 +453,7 @@ package sokol_gfx
sg_apply_scissor_rect[f]
sg_draw
The folling function may be called inside a render- or compute-pass, but
The following function may be called inside a render- or compute-pass, but
not outside a pass:
sg_apply_pipeline
@@ -819,7 +819,7 @@ package sokol_gfx
- for the GLES3 backend, source code must be provided in '#version 300 es' syntax
- for the D3D11 backend, shaders can be provided as source or binary
blobs, the source code should be in HLSL4.0 (for compatibility with old
low-end GPUs) or preferrably in HLSL5.0 syntax, note that when
low-end GPUs) or preferably in HLSL5.0 syntax, note that when
shader source code is provided for the D3D11 backend, sokol-gfx will
dynamically load 'd3dcompiler_47.dll'
- for the Metal backends, shaders can be provided as source or binary blobs, the
@@ -884,7 +884,7 @@ package sokol_gfx
- a boolean 'readonly' flag, this is used for validation and hazard
tracking in some 3D backends. Note that in render passes, only
readonly storage buffer bindings are allowed. In compute passes, any
read/write storage buffer binding is assumbed to be written to by the
read/write storage buffer binding is assumed to be written to by the
compute shader.
- a backend-specific bind slot:
- D3D11/HLSL:
@@ -979,7 +979,7 @@ package sokol_gfx
- for Metal: https://github.com/floooh/sokol-samples/tree/master/metal
- for OpenGL: https://github.com/floooh/sokol-samples/tree/master/glfw
- for GLES3: https://github.com/floooh/sokol-samples/tree/master/html5
- for WebGPI: https://github.com/floooh/sokol-samples/tree/master/wgpu
- for WebGPU: https://github.com/floooh/sokol-samples/tree/master/wgpu
ON SG_IMAGESAMPLETYPE_UNFILTERABLE_FLOAT AND SG_SAMPLERTYPE_NONFILTERING