nxdk_pgraph_tests
A collection of tests for the Xbox nv2a graphics processor
 
Loading...
Searching...
No Matches
attribute_float_tests.h
1#ifndef NXDK_PGRAPH_TESTS_ATTRIBUTE_NAN_TESTS_H
2#define NXDK_PGRAPH_TESTS_ATTRIBUTE_NAN_TESTS_H
3
4#include "test_host.h"
5#include "test_suite.h"
6
7struct TestConfig;
8
19 public:
20 AttributeFloatTests(TestHost &host, std::string output_dir, const Config &config);
21
22 private:
23 void Test(const TestConfig &testConfig);
24
25 void TestColors(const std::string &test_name);
26};
27
28#endif // NXDK_PGRAPH_TESTS_ATTRIBUTE_NAN_TESTS_H
Definition attribute_float_tests.h:18
Definition test_host.h:33
Definition test_suite.h:20
Definition alpha_func_tests.cpp:7
Runtime configuration for TestSuites.
Definition test_suite.h:23