1#ifndef NXDK_PGRAPH_TESTS_SPECULAR_TESTS_H
2#define NXDK_PGRAPH_TESTS_SPECULAR_TESTS_H
6namespace PBKitPlusPlus {
11using namespace PBKitPlusPlus;
26 void TestControlFlags(
const std::string& name,
bool use_fixed_function,
bool enable_lighting,
bool enable_light);
29 void TestSpecularParams(
const std::string& name,
const float* specular_params);
32 void TestNonUnitNormals(
const std::string& name,
float normal_length);
35 void CreateGeometry();
37 std::shared_ptr<VertexBuffer> vertex_buffer_cone_;
38 std::shared_ptr<VertexBuffer> vertex_buffer_cylinder_;
39 std::shared_ptr<VertexBuffer> vertex_buffer_sphere_;
40 std::shared_ptr<VertexBuffer> vertex_buffer_suzanne_;
41 std::shared_ptr<VertexBuffer> vertex_buffer_torus_;
Definition specular_tests.h:17
void Initialize() override
Called to initialize the test suite.
Definition specular_tests.cpp:326
void Deinitialize() override
Called to tear down the test suite.
Definition specular_tests.cpp:360
Definition test_host.h:33
Definition test_suite.h:20
Runtime configuration for TestSuites.
Definition test_suite.h:23