Пример #1
0
 public Graphic3d_ShaderObject CreateFromSource(Graphic3d_TypeOfShaderObject theType,
                                                TCollection_AsciiString theSource)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public Graphic3d_ShaderObject(Graphic3d_TypeOfShaderObject theType)
     : base()
 {
     throw new NotImplementedException();
 }