1#ifndef NXDK_PGRAPH_TESTS_LIGHTING_CONTROL_TESTS_H
2#define NXDK_PGRAPH_TESTS_LIGHTING_CONTROL_TESTS_H
10namespace PBKitPlusPlus {
14using namespace PBKitPlusPlus;
67 void Test(
const std::string& name, uint32_t light_control,
bool specular_enabled,
bool is_fixed_function);
69 void CreateGeometry();
72 std::shared_ptr<VertexBuffer> vertex_buffer_cone_;
73 std::shared_ptr<VertexBuffer> vertex_buffer_cylinder_;
74 std::shared_ptr<VertexBuffer> vertex_buffer_sphere_;
75 std::shared_ptr<VertexBuffer> vertex_buffer_suzanne_;
76 std::shared_ptr<VertexBuffer> vertex_buffer_torus_;
Definition lighting_control_tests.h:58
void Deinitialize() override
Called to tear down the test suite.
Definition lighting_control_tests.cpp:184
void Initialize() override
Called to initialize the test suite.
Definition lighting_control_tests.cpp:228
Definition test_host.h:33
Definition test_suite.h:20
Runtime configuration for TestSuites.
Definition test_suite.h:23