nxdk_pgraph_tests
A collection of tests for the Xbox nv2a graphics processor
 
Loading...
Searching...
No Matches
texture_palette_tests.h
1#ifndef NXDK_PGRAPH_TESTS_TEXTURE_PALETTE_TESTS_H
2#define NXDK_PGRAPH_TESTS_TEXTURE_PALETTE_TESTS_H
3
4#include "test_suite.h"
5
7 public:
8 TexturePaletteTests(TestHost &host, std::string output_dir, const Config &config);
9
10 void Initialize() override;
11
12 private:
13 void TestPaletteSwapping();
14
16 void TestXemu2646();
17};
18
19#endif // NXDK_PGRAPH_TESTS_TEXTURE_PALETTE_TESTS_H
Definition test_host.h:33
Definition test_suite.h:20
Definition texture_palette_tests.h:6
void Initialize() override
Called to initialize the test suite.
Definition texture_palette_tests.cpp:55
Runtime configuration for TestSuites.
Definition test_suite.h:23