nxdk_pgraph_tests
A collection of tests for the Xbox nv2a graphics processor
 
Loading...
Searching...
No Matches
texture_wrap_mode_tests.h
1#ifndef NXDK_PGRAPH_TESTS_TEXTURE_WRAP_MODE_TESTS_H
2#define NXDK_PGRAPH_TESTS_TEXTURE_WRAP_MODE_TESTS_H
3
4#include "test_suite.h"
5
8 public:
9 TextureWrapModeTests(TestHost &host, std::string output_dir, const Config &config);
10
11 void Initialize() override;
12
13 private:
14 void TestCylinderWrapping();
15};
16
17#endif // NXDK_PGRAPH_TESTS_TEXTURE_WRAP_MODE_TESTS_H
Definition test_host.h:33
Definition test_suite.h:21
Various tests of NV097_SET_TEXTURE_ADDRESS.
Definition texture_wrap_mode_tests.h:7
void Initialize() override
Called to initialize the test suite.
Definition texture_wrap_mode_tests.cpp:24
Runtime configuration for TestSuites.
Definition test_suite.h:24