1#ifndef NXDK_PGRAPH_TESTS_VERTEX_SHADER_SWIZZLE_TESTS_H
2#define NXDK_PGRAPH_TESTS_VERTEX_SHADER_SWIZZLE_TESTS_H
19 const uint32_t instruction[4];
29 void Test(
const std::string &name,
const Instruction *instructions, uint32_t count,
bool full_opacity =
false);
31 void DrawCheckerboardBackground()
const;
34 uint32_t *shader_code_{
nullptr};
35 uint32_t shader_code_size_{0};
Definition test_host.h:47
Definition test_suite.h:20
Definition vertex_buffer.h:204
Definition vertex_shader_swizzle_tests.h:13
void Deinitialize() override
Called to tear down the test suite.
Definition vertex_shader_swizzle_tests.cpp:387
void Initialize() override
Called to initialize the test suite.
Definition vertex_shader_swizzle_tests.cpp:375
Runtime configuration for TestSuites.
Definition test_suite.h:23
Definition texture_format.h:8
Definition vertex_shader_swizzle_tests.h:15