1#ifndef NXDK_PGRAPH_TESTS_THREE_D_PRIMITIVE_TESTS_H
2#define NXDK_PGRAPH_TESTS_THREE_D_PRIMITIVE_TESTS_H
9#include "vertex_buffer.h"
32 void CreateTriangles();
33 void CreateTriangleStrip();
34 void CreateTriangleFan();
37 void CreateQuadStrip();
47 std::vector<uint32_t> index_buffer_;
49 static constexpr const char* kSuiteName =
"3D primitive";
Definition test_host.h:47
DrawPrimitive
Enumerates the rendering primitives supported by the NV2A.
Definition test_host.h:71
Definition test_suite.h:20
Definition three_d_primitive_tests.h:16
void Initialize() override
Called to initialize the test suite.
Definition three_d_primitive_tests.cpp:667
Definition vertex_buffer.h:204
Runtime configuration for TestSuites.
Definition test_suite.h:23