public All CheckFramebufferStatus(All target)
 {
     return((All)GLES20.CheckFramebufferStatus((FramebufferTarget)target));
 }
Example #2
0
File: GL.cs Project: mortend/uno
 public GLFramebufferStatus CheckFramebufferStatus(GLFramebufferTarget target)
 {
     return((GLFramebufferStatus)TKGL.CheckFramebufferStatus((FramebufferTarget)target));
 }