blob: 0c93c0b03f49358b69b2c4f0c77b1a3b529fd48f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*
* PARSEC HEADER: ro_perf.h
*/
#ifndef _RO_PERF_H_
#define _RO_PERF_H_
// ro_perf.c implements the following functions
// --------------------------------------------
// void R_ResetGeometryPerfStats();
// void R_QueryGeometryPerfStats( geomperfstats_s *perfstats );
// void R_ResetRasterizationPerfStats();
// void R_QueryRasterizationPerfStats( rastperfstats_s *perfstats );
#endif
|