1#ifndef NXDK_PGRAPH_TESTS_LIGHTING_ACCUMULATION_TESTS_H
2#define NXDK_PGRAPH_TESTS_LIGHTING_ACCUMULATION_TESTS_H
9namespace PBKitPlusPlus {
16using namespace PBKitPlusPlus;
33 void Test(
const std::string& name, std::vector<std::shared_ptr<Light>> light);
35 void CreateGeometry();
38 std::shared_ptr<VertexBuffer> vertex_buffer_mesh_;
Definition lighting_accumulation_tests.h:24
void Initialize() override
Called to initialize the test suite.
Definition lighting_accumulation_tests.cpp:137
void Deinitialize() override
Called to tear down the test suite.
Definition lighting_accumulation_tests.cpp:125
Definition test_host.h:33
Definition test_suite.h:20
Runtime configuration for TestSuites.
Definition test_suite.h:23