Exemplo n.º 1
0
 public SemanticVertexShader(CSShaderCode shaderCode, string fullname)
     : base(shaderCode, fullname)
 {
 }
Exemplo n.º 2
0
 public SemanticShader(CSShaderCode shaderCode, string fullname)
 {
     this.shaderCode = shaderCode;
     this.fullname = fullname;
 }
Exemplo n.º 3
0
 public SemanticFragmentShader(CSShaderCode shaderCode, string fullname)
     : base(shaderCode, fullname)
 {
 }