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));
 }