1#ifndef NXDK_PGRAPH_TESTS_VERTEX_SHADER_SWIZZLE_TESTS_H
2#define NXDK_PGRAPH_TESTS_VERTEX_SHADER_SWIZZLE_TESTS_H
16 const uint32_t instruction[4];
26 void Test(
const std::string &name,
const Instruction *instructions, uint32_t count,
bool full_opacity =
false);
28 void DrawCheckerboardBackground()
const;
31 uint32_t *shader_code_{
nullptr};
32 uint32_t shader_code_size_{0};
Definition test_host.h:33
Definition test_suite.h:20
Definition vertex_shader_swizzle_tests.h:10
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 vertex_shader_swizzle_tests.h:12