nxdk_pgraph_tests
A collection of tests for the Xbox nv2a graphics processor
Loading...
Searching...
No Matches
texture_cubemap_tests.h
1
#ifndef NXDK_PGRAPH_TESTS_TEXTURE_CUBEMAP_TESTS_H
2
#define NXDK_PGRAPH_TESTS_TEXTURE_CUBEMAP_TESTS_H
3
4
#include <string>
5
6
#include "test_suite.h"
7
#include "texture_format.h"
8
9
class
TestHost
;
10
11
// Tests cubemap texture behavior.
12
class
TextureCubemapTests
:
public
TestSuite
{
13
public
:
14
TextureCubemapTests
(
TestHost
&host, std::string output_dir,
const
Config
&config);
15
16
void
Initialize
()
override
;
17
18
private
:
19
void
TestCubemap();
20
void
TestDotSTRCubemap(
const
std::string &name, uint32_t dot_rgb_mapping);
21
};
22
23
#endif
// NXDK_PGRAPH_TESTS_TEXTURE_CUBEMAP_TESTS_H
TestHost
Definition
test_host.h:47
TestSuite
Definition
test_suite.h:20
TextureCubemapTests
Definition
texture_cubemap_tests.h:12
TextureCubemapTests::Initialize
void Initialize() override
Called to initialize the test suite.
Definition
texture_cubemap_tests.cpp:95
TestSuite::Config
Runtime configuration for TestSuites.
Definition
test_suite.h:23
src
tests
texture_cubemap_tests.h
Generated by
1.9.8