MCPcopy Create free account
hub / github.com/carbonengine/trinity / IsLowQuality

Method IsLowQuality

trinity/Tr2Renderer.cpp:1193–1197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1191}
1192
1193bool Tr2Renderer::IsLowQuality( void )
1194{
1195 // is this low quality rendering? Decide here
1196 return ( GetShaderModel() <= TR2SM_3_0_LO );
1197}
1198
1199unsigned int Tr2Renderer::GetPerFrameVSStartRegister()
1200{

Callers

nothing calls this directly

Calls 1

GetShaderModelFunction · 0.85

Tested by

no test coverage detected