1#ifndef NXDK_PGRAPH_TESTS_FRONT_FACE_TESTS_H
2#define NXDK_PGRAPH_TESTS_FRONT_FACE_TESTS_H
19 void CreateGeometry();
20 void Test(uint32_t front_face, uint32_t cull_face);
22 static std::string MakeTestName(uint32_t front_face, uint32_t cull_face);
Definition front_face_tests.h:12
void Initialize() override
Called to initialize the test suite.
Definition front_face_tests.cpp:100
Definition test_host.h:48
Definition test_suite.h:20
Runtime configuration for TestSuites.
Definition test_suite.h:23