1#ifndef NXDK_PGRAPH_TESTS_CLEAR_TESTS_H
2#define NXDK_PGRAPH_TESTS_CLEAR_TESTS_H
30 void CreateGeometry();
32 void TestColorMask(uint32_t color_mask,
bool depth_write_enable);
33 void TestSurfaceFmt(TestHost::SurfaceColorFormat surface_format,
const std::string& name);
Definition clear_tests.h:23
void Initialize() override
Called to initialize the test suite.
Definition clear_tests.cpp:193
Definition test_host.h:33
Definition test_suite.h:20
Runtime configuration for TestSuites.
Definition test_suite.h:23