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