Exemplo n.º 1
0
 internal BackendInfoOpenGL(OpenGLGraphicsDevice gd)
 {
     _gd         = gd;
     _extensions = new ReadOnlyCollection <string>(gd.Extensions.ToArray());
 }
Exemplo n.º 2
0
 internal BackendInfoOpenGL(OpenGLGraphicsDevice gd)
 {
     _gd = gd;
 }
Exemplo n.º 3
0
 public OpenGLResourceFactory(OpenGLGraphicsDevice gd)
 {
     _gd = gd;
 }