File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -598,6 +598,15 @@ pub fn Wrap(comptime bindings: anytype) type {
598
598
// OpenGL 3.2 (Core Profile)
599
599
//--------------------------------------------------------------------------------------
600
600
geometry = GEOMETRY_SHADER ,
601
+ //--------------------------------------------------------------------------------------
602
+ // OpenGL 4.0 (Core Profile)
603
+ //--------------------------------------------------------------------------------------
604
+ tess_control = TESS_CONTROL_SHADER ,
605
+ tess_evaluation = TESS_EVALUATION_SHADER ,
606
+ //--------------------------------------------------------------------------------------
607
+ // OpenGL 4.3 (Core Profile)
608
+ //--------------------------------------------------------------------------------------
609
+ compute = COMPUTE_SHADER ,
601
610
};
602
611
603
612
pub const ShaderParameter = enum (Enum ) {
You can’t perform that action at this time.
0 commit comments