1#ifndef NXDK_PGRAPH_TESTS_COMBINER_TESTS_H
2#define NXDK_PGRAPH_TESTS_COMBINER_TESTS_H
21 void CreateGeometry();
23 void TestCombinerIndependence();
24 void TestCombinerColorAlphaIndependence();
26 void TestUnboundTexture();
27 void TestUnboundTextureSamplers();
29 void TestAlphaFromBlue();
30 void TestCombinerOps();
31 void TestFinalCombinerSpecialInputs();
34 std::shared_ptr<VertexBuffer> vertex_buffers_[6];
Definition combiner_tests.h:14
void Initialize() override
Called to initialize the test suite.
Definition combiner_tests.cpp:67
void Deinitialize() override
Called to tear down the test suite.
Definition combiner_tests.cpp:76
Definition test_host.h:48
Definition test_suite.h:20
Definition vertex_buffer.h:204
Runtime configuration for TestSuites.
Definition test_suite.h:23