nxdk_pgraph_tests
A collection of tests for the Xbox nv2a graphics processor
Loading...
Searching...
No Matches
texture_cpu_update_tests.h
1
#ifndef NXDK_PGRAPH_TESTS_TEXTURE_CPU_UPDATE_TESTS_H
2
#define NXDK_PGRAPH_TESTS_TEXTURE_CPU_UPDATE_TESTS_H
3
4
#include <string>
5
6
#include "test_host.h"
7
#include "test_suite.h"
8
9
struct
TextureFormatInfo
;
10
11
class
TextureCPUUpdateTests
:
public
TestSuite
{
12
public
:
13
TextureCPUUpdateTests
(
TestHost
& host, std::string output_dir,
const
Config
& config);
14
15
void
Initialize
()
override
;
16
17
private
:
18
void
CreateGeometry();
19
20
void
TestRGBA();
21
void
TestPalettized();
22
};
23
24
#endif
// NXDK_PGRAPH_TESTS_TEXTURE_CPU_UPDATE_TESTS_H
TestHost
Definition
test_host.h:47
TestSuite
Definition
test_suite.h:20
TextureCPUUpdateTests
Definition
texture_cpu_update_tests.h:11
TextureCPUUpdateTests::Initialize
void Initialize() override
Called to initialize the test suite.
Definition
texture_cpu_update_tests.cpp:26
TestSuite::Config
Runtime configuration for TestSuites.
Definition
test_suite.h:23
TextureFormatInfo
Definition
texture_format.h:8
src
tests
texture_cpu_update_tests.h
Generated by
1.9.8