nxdk_pgraph_tests
A collection of tests for the Xbox nv2a graphics processor
 
Loading...
Searching...
No Matches
inline_array_size_mismatch.h
1#ifndef NXDK_PGRAPH_TESTS_INLINE_ARRAY_SIZE_MISMATCH_TESTS_H
2#define NXDK_PGRAPH_TESTS_INLINE_ARRAY_SIZE_MISMATCH_TESTS_H
3
4#include <memory>
5#include <string>
6
7#include "test_host.h"
8#include "test_suite.h"
9
11class VertexBuffer;
12
18 public:
19 InlineArraySizeMismatchTests(TestHost& host, std::string output_dir, const Config& config);
20
21 void Initialize() override;
22
23 private:
24 void Test();
25};
26
27#endif // NXDK_PGRAPH_TESTS_INLINE_ARRAY_SIZE_MISMATCH_TESTS_H
Definition inline_array_size_mismatch.h:17
void Initialize() override
Called to initialize the test suite.
Definition inline_array_size_mismatch.cpp:21
Definition test_host.h:48
Definition test_suite.h:20
Definition vertex_buffer.h:204
Runtime configuration for TestSuites.
Definition test_suite.h:23
Definition texture_format.h:8