1#ifndef NXDK_PGRAPH_TESTS_ZERO_STRIDE_TESTS_H
2#define NXDK_PGRAPH_TESTS_ZERO_STRIDE_TESTS_H
9#include "vertex_buffer.h"
28 void CreateGeometry();
29 void Test(DrawMode draw_mode);
30 static std::string MakeTestName(DrawMode draw_mode);
33 std::vector<uint32_t> index_buffer_;
Definition test_host.h:47
Definition test_suite.h:20
Definition vertex_buffer.h:204
Definition zero_stride_tests.h:15
void Initialize() override
Called to initialize the test suite.
Definition zero_stride_tests.cpp:32
Runtime configuration for TestSuites.
Definition test_suite.h:23