Skip to content

Commit

Permalink
sokol_gfx.h wgpu: minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Oct 12, 2024
1 parent b2e68ab commit 5f5e3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sokol_gfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -14795,7 +14795,7 @@ _SOKOL_PRIVATE sg_resource_state _sg_wgpu_create_shader(_sg_shader_t* shd, const
bgl_entry->visibility = _sg_wgpu_shader_stage(shd->cmn.uniform_blocks[i].stage);
bgl_entry->buffer.type = WGPUBufferBindingType_Uniform;
bgl_entry->buffer.hasDynamicOffset = true;
bg_entry->binding = bgl_entries[bgl_index].binding;
bg_entry->binding = bgl_entry->binding;
bg_entry->buffer = _sg.wgpu.uniform.buf;
bg_entry->size = _SG_WGPU_MAX_UNIFORM_UPDATE_SIZE;
bgl_index += 1;
Expand Down

0 comments on commit 5f5e3c7

Please sign in to comment.