1#ifndef NXDK_PGRAPH_TESTS_LIGHTING_ACCUMULATION_TESTS_H
2#define NXDK_PGRAPH_TESTS_LIGHTING_ACCUMULATION_TESTS_H
28 void Test(
const std::string& name, std::vector<std::shared_ptr<Light>> light);
30 void CreateGeometry();
33 std::shared_ptr<VertexBuffer> vertex_buffer_mesh_;
Definition lighting_accumulation_tests.h:19
void Initialize() override
Called to initialize the test suite.
Definition lighting_accumulation_tests.cpp:140
void Deinitialize() override
Called to tear down the test suite.
Definition lighting_accumulation_tests.cpp:127
Definition test_host.h:47
Definition test_suite.h:20
Definition vertex_buffer.h:204
Runtime configuration for TestSuites.
Definition test_suite.h:23