1#ifndef NXDK_PGRAPH_TESTS_MATERIAL_TESTS_H
2#define NXDK_PGRAPH_TESTS_MATERIAL_TESTS_H
16 void CreateGeometry();
17 void Test(uint32_t diffuse_source,
float material_alpha);
19 static std::string MakeTestName(uint32_t diffuse_source,
float material_alpha);
Definition material_alpha_tests.h:8
void Deinitialize() override
Called to tear down the test suite.
Definition material_alpha_tests.cpp:50
void Initialize() override
Called to initialize the test suite.
Definition material_alpha_tests.cpp:39
Definition test_host.h:47
Definition test_suite.h:20
Runtime configuration for TestSuites.
Definition test_suite.h:23