nxdk_pgraph_tests
A collection of tests for the Xbox nv2a graphics processor
Loading...
Searching...
No Matches
texture_anisotropy_tests.h
1
#ifndef NXDK_PGRAPH_TESTS_TEXTURE_ANISOTROPY_TESTS_H
2
#define NXDK_PGRAPH_TESTS_TEXTURE_ANISOTROPY_TESTS_H
3
4
#include "test_suite.h"
5
10
class
TextureAnisotropyTests
:
public
TestSuite
{
11
public
:
12
TextureAnisotropyTests
(
TestHost
&host, std::string output_dir,
const
Config
&config);
13
14
void
Initialize
()
override
;
15
16
private
:
17
void
Test(uint32_t anisotropy_shift);
18
};
19
20
#endif
// NXDK_PGRAPH_TESTS_TEXTURE_ANISOTROPY_TESTS_H
TestHost
Definition
test_host.h:33
TestSuite
Definition
test_suite.h:20
TextureAnisotropyTests
Definition
texture_anisotropy_tests.h:10
TextureAnisotropyTests::Initialize
void Initialize() override
Called to initialize the test suite.
Definition
texture_anisotropy_tests.cpp:37
TestSuite::Config
Runtime configuration for TestSuites.
Definition
test_suite.h:23
src
tests
texture_anisotropy_tests.h
Generated by
1.9.8