Skip to content

Commit

Permalink
sokol_gfx.h minor sg_shader_desc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Sep 7, 2024
1 parent 25df6e8 commit a6e56f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sokol_gfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -3008,8 +3008,8 @@ typedef struct sg_shader_storage_buffer {
typedef struct sg_shader_glsl_combined_image_sampler {
const char* name;
sg_shader_bind_stage stage;
uint8_t image_binding_index;
uint8_t sampler_binding_index;
uint8_t image_index;
uint8_t sampler_index;
uint8_t binding_n; // GLSL layout(binding=n)
} sg_shader_glsl_combined_image_sampler;

Expand Down

0 comments on commit a6e56f0

Please sign in to comment.