1#ifndef NXDK_PGRAPH_TESTS_LIGHTING_CONTROL_TESTS_H
2#define NXDK_PGRAPH_TESTS_LIGHTING_CONTROL_TESTS_H
63 void Test(
const std::string& name, uint32_t light_control,
bool specular_enabled,
bool is_fixed_function);
65 void CreateGeometry();
68 std::shared_ptr<VertexBuffer> vertex_buffer_cone_;
69 std::shared_ptr<VertexBuffer> vertex_buffer_cylinder_;
70 std::shared_ptr<VertexBuffer> vertex_buffer_sphere_;
71 std::shared_ptr<VertexBuffer> vertex_buffer_suzanne_;
72 std::shared_ptr<VertexBuffer> vertex_buffer_torus_;
Definition lighting_control_tests.h:54
void Deinitialize() override
Called to tear down the test suite.
Definition lighting_control_tests.cpp:189
void Initialize() override
Called to initialize the test suite.
Definition lighting_control_tests.cpp:233
Definition test_host.h:47
Definition test_suite.h:20
Definition vertex_buffer.h:204
Runtime configuration for TestSuites.
Definition test_suite.h:23