1#ifndef NXDK_PGRAPH_TESTS_FOG_PARAM_TESTS_H
2#define NXDK_PGRAPH_TESTS_FOG_PARAM_TESTS_H
24 void Test(
const std::string& name, uint32_t fog_mode,
float bias,
float linear);
27 void TestBiasZeroPoint(
const std::string& name, uint32_t fog_mode);
Definition fog_param_tests.h:17
void Initialize() override
Called to initialize the test suite.
Definition fog_param_tests.cpp:325
Definition test_host.h:48
Definition test_suite.h:20
Runtime configuration for TestSuites.
Definition test_suite.h:23