/* * 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