nxdk_pgraph_tests
A collection of tests for the Xbox nv2a graphics processor
Loading...
Searching...
No Matches
texture_3d_as_2d_tests.h
1
#ifndef NXDK_PGRAPH_TESTS_TEXTURE_3D_AS_2D_TESTS_H
2
#define NXDK_PGRAPH_TESTS_TEXTURE_3D_AS_2D_TESTS_H
3
4
#include <string>
5
6
#include "test_suite.h"
7
14
class
Texture3DAs2DTests
:
public
TestSuite
{
15
public
:
16
Texture3DAs2DTests
(
TestHost
&host, std::string output_dir,
const
Config
&config);
17
18
void
Initialize
()
override
;
19
20
private
:
21
void
TestCubemap();
22
void
TestVolumetric();
23
};
24
25
#endif
// NXDK_PGRAPH_TESTS_TEXTURE_3D_AS_2D_TESTS_H
TestHost
Definition
test_host.h:33
TestSuite
Definition
test_suite.h:20
Texture3DAs2DTests
Definition
texture_3d_as_2d_tests.h:14
Texture3DAs2DTests::Initialize
void Initialize() override
Called to initialize the test suite.
Definition
texture_3d_as_2d_tests.cpp:45
TestSuite::Config
Runtime configuration for TestSuites.
Definition
test_suite.h:23
src
tests
texture_3d_as_2d_tests.h
Generated by
1.9.8