コード例 #1
0
 public TesselationEvaulationShader(IOpenGL40 gl, string code)
     : base(gl, ShaderType.TesselationEvaluationShader, code)
 {
 }
コード例 #2
0
 public TesselationControlShader(IOpenGL40 gl, string code)
     : base(gl, ShaderType.TesselationControlShader, code)
 {
     
 }