1#ifndef NXDK_PGRAPH_TESTS_BUMP_ENV_LUM_TESTS_H
2#define NXDK_PGRAPH_TESTS_BUMP_ENV_LUM_TESTS_H
9namespace PBKitPlusPlus {
10struct TextureFormatInfo;
20 void Test(
const TextureFormatInfo &texture_format,
bool cross_on_blue,
bool rotate90);
21 static std::string MakeTestName(
const TextureFormatInfo &texture_format,
bool cross_on_blue,
bool rotate90);
Definition bump_env_lum_tests.h:13
void Initialize() override
Called to initialize the test suite.
Definition bump_env_lum_tests.cpp:60
Definition test_host.h:33
Definition test_suite.h:21
Runtime configuration for TestSuites.
Definition test_suite.h:24