コード例 #1
0
ファイル: EGLSupport.cs プロジェクト: bostich83/axiom
 public EGLConfig SelectGLConfig(EGLint minAttribs, EGLint maxAttribs)
 {
     return(IntPtr.Zero);
 }
コード例 #2
0
ファイル: EGLSupport.cs プロジェクト: bostich83/axiom
 public EGLConfig GetConfigs(EGLint nElements)
 {
     return(IntPtr.Zero);
 }
コード例 #3
0
ファイル: EGLSupport.cs プロジェクト: bostich83/axiom
 public EGLBoolean GetGLConfigAttrib(EGLConfig fbConfig, EGLint attribute, EGLint value)
 {
     return(false);
 }
コード例 #4
0
ファイル: EGLSupport.cs プロジェクト: bostich83/axiom
 public EGLConfig ChooseGLConfig(EGLint attribList, EGLint nElements)
 {
     return(IntPtr.Zero);
 }