nxdk_pgraph_tests
A collection of tests for the Xbox nv2a graphics processor
 
Loading...
Searching...
No Matches
pgraph_diff_token.h
1#ifndef NXDK_PGRAPH_TESTS_PGRAPH_DIFF_TOKEN_H
2#define NXDK_PGRAPH_TESTS_PGRAPH_DIFF_TOKEN_H
3
4#include "pbkit_ext.h"
5
7 uint8_t registers[PGRAPH_REGISTER_ARRAY_SIZE];
8 bool enable_progress_log;
9
10 explicit PGRAPHDiffToken(bool initialize = true, bool enable_progress_log = false);
11 void Capture();
12 void DumpDiff() const;
13};
14
15#endif // NXDK_PGRAPH_TESTS_PGRAPH_DIFF_TOKEN_H
Definition pgraph_diff_token.h:6