1#ifndef NXDK_PGRAPH_TESTS_LIGHTING_NORMAL_TESTS_H
2#define NXDK_PGRAPH_TESTS_LIGHTING_NORMAL_TESTS_H
33 void CreateGeometry();
34 void Test(
bool set_normal,
const float* normal, DrawMode draw_mode);
36 static std::string MakeTestName(
bool set_normal,
const float* normal, DrawMode draw_mode);
39 std::shared_ptr<VertexBuffer> normal_bleed_buffer_;
40 std::shared_ptr<VertexBuffer> lit_buffer_;
42 std::vector<uint32_t> lit_index_buffer_;
Definition lighting_normal_tests.h:17
void Deinitialize() override
Called to tear down the test suite.
Definition lighting_normal_tests.cpp:88
void Initialize() override
Called to initialize the test suite.
Definition lighting_normal_tests.cpp:69
Definition test_host.h:48
Definition test_suite.h:20
Definition vertex_buffer.h:204
Runtime configuration for TestSuites.
Definition test_suite.h:23