Skip to content

Commit

Permalink
sokol_gfx.h: remove pointless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Sep 21, 2024
1 parent 216bab2 commit 32a84d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sokol_gfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -16425,7 +16425,6 @@ _SOKOL_PRIVATE bool _sg_validate_shader_desc(const sg_shader_desc* desc) {
_SG_VALIDATE(desc->fragment_func.bytecode.size > 0, VALIDATE_SHADERDESC_NO_BYTECODE_SIZE);
}

// MSL bind slot collision bit masks
#if defined(SOKOL_METAL)
uint64_t msl_buf_bits = 0, msl_tex_bits = 0, msl_smp_bits = 0;
#elif defined(SOKOL_D3D11)
Expand Down

0 comments on commit 32a84d6

Please sign in to comment.