1#ifndef NXDK_PGRAPH_TESTS_LIGHTING_TWO_SIDED_TESTS_H
2#define NXDK_PGRAPH_TESTS_LIGHTING_TWO_SIDED_TESTS_H
11namespace PBKitPlusPlus {
15using namespace PBKitPlusPlus;
29 std::shared_ptr<VertexBuffer> vertex_buffer_;
Definition lighting_two_sided_tests.h:18
void Initialize() override
Called to initialize the test suite.
Definition lighting_two_sided_tests.cpp:54
void Deinitialize() override
Called to tear down the test suite.
Definition lighting_two_sided_tests.cpp:98
Definition test_host.h:33
Definition test_suite.h:20
Runtime configuration for TestSuites.
Definition test_suite.h:23