public TesselationEvaulationShader(IOpenGL40 gl, string code)
     : base(gl, ShaderType.TesselationEvaluationShader, code)
 {
 }
Ejemplo n.º 2
0
 public TesselationControlShader(IOpenGL40 gl, string code)
     : base(gl, ShaderType.TesselationControlShader, code)
 {
     
 }