1#ifndef NXDK_PGRAPH_TESTS_ATTRIBUTE_CARRYOVER_TESTS_H
2#define NXDK_PGRAPH_TESTS_ATTRIBUTE_CARRYOVER_TESTS_H
10namespace PBKitPlusPlus {
51 ATTR_BACK_DIFFUSE = 6,
52 ATTR_BACK_SPECULAR = 7,
61 float attribute_value[4];
71 void CreateGeometry(TestHost::DrawPrimitive primitive);
72 void Test(TestHost::DrawPrimitive primitive, Attribute test_attribute,
const TestConfig &config);
74 static std::string MakeTestName(TestHost::DrawPrimitive primitive, Attribute test_attribute,
77 static std::string DrawModeLabel(DrawMode mode);
81 std::shared_ptr<VertexBuffer> bleed_buffer_;
83 std::shared_ptr<VertexBuffer> test_buffer_;
85 std::vector<uint32_t> index_buffer_;
Definition attribute_carryover_tests.h:35
void Initialize() override
Called to initialize the test suite.
Definition attribute_carryover_tests.cpp:444
void Deinitialize() override
Called to tear down the test suite.
Definition attribute_carryover_tests.cpp:468
Definition test_host.h:33
Definition test_suite.h:20
Definition attribute_carryover_tests.h:59
Runtime configuration for TestSuites.
Definition test_suite.h:23