| 156 | MAP_FUNCTION_AND_WRAP( "GetShaderModel", GetShaderModel, "Gets the currently selected shader model (see SetShaderModel).\n" ); |
| 157 | |
| 158 | static uint64_t GetCurrentFrameCounter() |
| 159 | { |
| 160 | return Tr2Renderer::GetCurrentFrameCounter(); |
| 161 | } |
| 162 | MAP_FUNCTION_AND_WRAP( "GetCurrentFrameCounter", GetCurrentFrameCounter, "Gets the current frame counter.\n" ); |
| 163 | |
| 164 | static void AddMipLevelSkipExclusionDirectory( const char* name ) |
no outgoing calls
no test coverage detected