We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62146c9 commit 1ab2a62Copy full SHA for 1ab2a62
src/bindings.zig
@@ -3044,7 +3044,7 @@ pub const SHADER_STORAGE_BUFFER_SIZE = 0x90D5;
3044
pub const MAX_VERTEX_SHADER_STORAGE_BLOCKS = 0x90D6;
3045
pub const MAX_GEOMETRY_SHADER_STORAGE_BLOCKS = 0x90D7;
3046
pub const MAX_TESS_CONTROL_SHADER_STORAGE_BLOCKS = 0x90D8;
3047
-pub const MAX_TESS_EVALUATIONS_SHADER_STORAGE_BLOCKS = 0x90D9;
+pub const MAX_TESS_EVALUATION_SHADER_STORAGE_BLOCKS = 0x90D9;
3048
pub const MAX_FRAGMENT_SHADER_STORAGE_BLOCKS = 0x90DA;
3049
pub const MAX_COMPUTE_SHADER_STORAGE_BLOCKS = 0x90DB;
3050
pub const MAX_COMBINED_SHADER_STORAGE_BLOCKS = 0x90DC;
0 commit comments