1#ifndef NXDK_PGRAPH_TESTS_CLEAR_TESTS_H
2#define NXDK_PGRAPH_TESTS_CLEAR_TESTS_H
26 void CreateGeometry();
27 void Test(uint32_t color_mask,
bool depth_write_enable);
29 static std::string MakeTestName(uint32_t color_mask,
bool depth_write_enable);
Definition clear_tests.h:19
void Initialize() override
Called to initialize the test suite.
Definition clear_tests.cpp:134
Definition test_host.h:47
Definition test_suite.h:20
Runtime configuration for TestSuites.
Definition test_suite.h:23