20 enum class ReflectTest {
27 void TestCubemap(
float q_coord);
28 void TestDotSTR3D(
const std::string &name, uint32_t dot_rgb_mapping);
29 void TestDotSTRCubemap(
const std::string &name, uint32_t dot_rgb_mapping);
30 void TestDotReflect(
const std::string &name, uint32_t dot_rgb_mapping, ReflectTest mode);
31 void TestDotReflectSpec(
const std::string &name, uint32_t dot_rgb_mapping,
const vector_t &eye_vec,
bool const_eye);
Definition texture_cubemap_tests.h:13
void Initialize() override
Called to initialize the test suite.
Definition texture_cubemap_tests.cpp:298