Exemplo n.º 1
0
 public OpenGLIndexBufferTests()
 {
     _context = new OpenGLRenderContext(new TestWindow());
     _factory = new OpenGLResourceFactory();
 }
Exemplo n.º 2
0
 public OpenGLIndexBufferTests()
 {
     _context = TestData.CreateDefaultOpenGLRenderContext(TestData.CreateTestWindow());
     _factory = (OpenGLResourceFactory)_context.ResourceFactory;
 }