コード例 #1
0
ファイル: GLContext.cs プロジェクト: cra0zy/JSIL.Hacks
 public GLShader CreateShader(GLShaderType shaderType)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public GLShader CreateShader(GLShaderType shaderType)
 {
     throw new NotImplementedException();
 }