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