public D3DVertexBufferTests() { _context = new D3DRenderContext(new TestWindow()); _factory = new D3DResourceFactory(_context.Device); }
public D3DIndexBufferTests() { _context = new D3DRenderContext(TestData.CreateTestWindow()); _factory = new D3DResourceFactory(_context.Device); }