Ejemplo n.º 1
0
 public Graphic3d_ShaderObject CreateFromSource(Graphic3d_TypeOfShaderObject theType,
                                                TCollection_AsciiString theSource)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public Graphic3d_ShaderObject(Graphic3d_TypeOfShaderObject theType)
     : base()
 {
     throw new NotImplementedException();
 }