nxdk_pgraph_tests
A collection of tests for the Xbox nv2a graphics processor
Loading...
Searching...
No Matches
viewport_tests.h
1
#pragma once
2
3
#include <memory>
4
#include <string>
5
6
#include "test_host.h"
7
#include "test_suite.h"
8
#include "xbox_math_types.h"
9
14
class
ViewportTests
:
public
TestSuite
{
15
public
:
16
struct
Viewport
{
17
vector_t offset;
18
vector_t scale;
19
};
20
21
public
:
22
ViewportTests
(
TestHost
&host, std::string output_dir,
const
Config
&config);
23
24
private
:
25
void
Test(
const
Viewport
&vp);
26
};
TestHost
Definition
test_host.h:33
TestSuite
Definition
test_suite.h:20
ViewportTests
Definition
viewport_tests.h:14
TestSuite::Config
Runtime configuration for TestSuites.
Definition
test_suite.h:23
ViewportTests::Viewport
Definition
viewport_tests.h:16
src
tests
viewport_tests.h
Generated by
1.9.8