Skip to content

Commit 1ab2a62

Browse files
committed
Fix MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS name typo
1 parent 62146c9 commit 1ab2a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3044,7 +3044,7 @@ pub const SHADER_STORAGE_BUFFER_SIZE = 0x90D5;
30443044
pub const MAX_VERTEX_SHADER_STORAGE_BLOCKS = 0x90D6;
30453045
pub const MAX_GEOMETRY_SHADER_STORAGE_BLOCKS = 0x90D7;
30463046
pub const MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS = 0x90D8;
3047-
pub const MAX_TESS_EVALUATIONS_SHADER_STORAGE_BLOCKS = 0x90D9;
3047+
pub const MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS = 0x90D9;
30483048
pub const MAX_FRAGMENT_SHADER_STORAGE_BLOCKS = 0x90DA;
30493049
pub const MAX_COMPUTE_SHADER_STORAGE_BLOCKS = 0x90DB;
30503050
pub const MAX_COMBINED_SHADER_STORAGE_BLOCKS = 0x90DC;

0 commit comments

Comments
 (0)