1#ifndef NXDK_PGRAPH_TESTS_COMBINER_TESTS_H
2#define NXDK_PGRAPH_TESTS_COMBINER_TESTS_H
20 void CreateGeometry();
22 void TestCombinerIndependence();
23 void TestCombinerColorAlphaIndependence();
27 std::shared_ptr<VertexBuffer> vertex_buffers_[6];
Definition combiner_tests.h:13
void Initialize() override
Called to initialize the test suite.
Definition combiner_tests.cpp:22
void Deinitialize() override
Called to tear down the test suite.
Definition combiner_tests.cpp:31
Definition test_host.h:47
Definition test_suite.h:20
Definition vertex_buffer.h:204
Runtime configuration for TestSuites.
Definition test_suite.h:23