public All CheckFramebufferStatus(All target)
 {
     return((All)GLES20.CheckFramebufferStatus((FramebufferTarget)target));
 }
Exemplo n.º 2
0
Arquivo: GL.cs Projeto: mortend/uno
 public GLFramebufferStatus CheckFramebufferStatus(GLFramebufferTarget target)
 {
     return((GLFramebufferStatus)TKGL.CheckFramebufferStatus((FramebufferTarget)target));
 }