1#ifndef NXDK_PGRAPH_TESTS_COMBINER_TESTS_H
2#define NXDK_PGRAPH_TESTS_COMBINER_TESTS_H
10namespace PBKitPlusPlus {
13using namespace PBKitPlusPlus;
24 void CreateGeometry();
26 void TestCombinerIndependence();
27 void TestCombinerColorAlphaIndependence();
29 void TestUnboundTexture();
30 void TestUnboundTextureSamplers();
32 void TestAlphaFromBlue();
33 void TestCombinerOps();
34 void TestFinalCombinerSpecialInputs();
37 std::shared_ptr<VertexBuffer> vertex_buffers_[6];
Definition combiner_tests.h:17
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:33
Definition test_suite.h:20
Runtime configuration for TestSuites.
Definition test_suite.h:23