1#ifndef NXDK_PGRAPH_TESTS_ATTRIBUTE_CARRYOVER_TESTS_H
2#define NXDK_PGRAPH_TESTS_ATTRIBUTE_CARRYOVER_TESTS_H
10namespace PBKitPlusPlus {
48 ATTR_BACK_DIFFUSE = 6,
49 ATTR_BACK_SPECULAR = 7,
58 float attribute_value[4];
68 void CreateGeometry(TestHost::DrawPrimitive primitive);
69 void Test(TestHost::DrawPrimitive primitive, Attribute test_attribute,
const TestConfig &config);
71 static std::string MakeTestName(TestHost::DrawPrimitive primitive, Attribute test_attribute,
76 std::shared_ptr<VertexBuffer> bleed_buffer_;
78 std::shared_ptr<VertexBuffer> test_buffer_;
80 std::vector<uint32_t> index_buffer_;
Definition attribute_carryover_tests.h:32
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:33
Definition test_suite.h:20
Definition attribute_carryover_tests.h:56
Runtime configuration for TestSuites.
Definition test_suite.h:23