1#ifndef NXDK_PGRAPH_TESTS_HIGH_VERTEX_COUNT_TESTS_H
2#define NXDK_PGRAPH_TESTS_HIGH_VERTEX_COUNT_TESTS_H
32 void Test(
const std::string &name, DrawMode mode);
34 static std::string MakeTestName(DrawMode);
37 std::shared_ptr<VertexBuffer> vertex_buffer_;
38 std::vector<uint32_t> index_buffer_;
Definition high_vertex_count_tests.h:16
void Initialize() override
Called to initialize the test suite.
Definition high_vertex_count_tests.cpp:147
void Deinitialize() override
Called to tear down the test suite.
Definition high_vertex_count_tests.cpp:157
Definition test_host.h:47
Definition test_suite.h:20
Definition vertex_buffer.h:204
Runtime configuration for TestSuites.
Definition test_suite.h:23