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
7
class
TextureWrapModeTests
:
public
TestSuite
{
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
TestHost
Definition
test_host.h:33
TestSuite
Definition
test_suite.h:21
TextureWrapModeTests
Various tests of NV097_SET_TEXTURE_ADDRESS.
Definition
texture_wrap_mode_tests.h:7
TextureWrapModeTests::Initialize
void Initialize() override
Called to initialize the test suite.
Definition
texture_wrap_mode_tests.cpp:24
TestSuite::Config
Runtime configuration for TestSuites.
Definition
test_suite.h:24
src
tests
texture_wrap_mode_tests.h
Generated by
1.9.8