1#ifndef NXDK_PGRAPH_TESTS_TEXGEN_MATRIX_TESTS_H
2#define NXDK_PGRAPH_TESTS_TEXGEN_MATRIX_TESTS_H
17 void CreateGeometry();
19 void Test(
const std::string &test_name,
const matrix4_t &matrix, TextureStage::TexGen gen_mode);
Definition test_host.h:33
Definition test_suite.h:20
Definition texgen_matrix_tests.h:10
void Initialize() override
Called to initialize the test suite.
Definition texgen_matrix_tests.cpp:151
Runtime configuration for TestSuites.
Definition test_suite.h:23