1#ifndef NXDK_PGRAPH_TESTS_ATTRIBUTE_CARRYOVER_TESTS_H
2#define NXDK_PGRAPH_TESTS_ATTRIBUTE_CARRYOVER_TESTS_H
46 ATTR_BACK_DIFFUSE = 6,
47 ATTR_BACK_SPECULAR = 7,
56 float attribute_value[4];
74 std::shared_ptr<VertexBuffer> bleed_buffer_;
76 std::shared_ptr<VertexBuffer> test_buffer_;
78 std::vector<uint32_t> index_buffer_;
Definition attribute_carryover_tests.h:30
void Initialize() override
Called to initialize the test suite.
Definition attribute_carryover_tests.cpp:56
void Deinitialize() override
Called to tear down the test suite.
Definition attribute_carryover_tests.cpp:80
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 vertex_buffer.h:204
Definition attribute_carryover_tests.h:54
Runtime configuration for TestSuites.
Definition test_suite.h:23