public All CheckFramebufferStatus(All target)
 {
     return((All)GLES20.CheckFramebufferStatus((FramebufferTarget)target));
 }
예제 #2
0
파일: GL.cs 프로젝트: mortend/uno
 public GLFramebufferStatus CheckFramebufferStatus(GLFramebufferTarget target)
 {
     return((GLFramebufferStatus)TKGL.CheckFramebufferStatus((FramebufferTarget)target));
 }