1#ifndef XEMU_PERF_TESTS_HIGH_VERTEX_COUNT_TESTS_H
2#define XEMU_PERF_TESTS_HIGH_VERTEX_COUNT_TESTS_H
10namespace PBKitPlusPlus {
14using namespace PBKitPlusPlus;
36 void Test(
const std::string &name, DrawMode mode);
39 std::shared_ptr<VertexBuffer> vertex_buffer_;
40 std::vector<uint32_t> index_buffer_;
Definition high_vertex_count_tests.h:20
void Initialize() override
Called to initialize the test suite.
Definition high_vertex_count_tests.cpp:190
void Deinitialize() override
Called to tear down the test suite.
Definition high_vertex_count_tests.cpp:196
Definition test_host.h:12
Definition test_suite.h:16
Runtime configuration for TestSuites.
Definition test_suite.h:19