render.SupportsHDR
From GMod Wiki
Function | |
Syntax |
render.SupportsHDR( ) Where is this used? |
Description: | |
Returns true if LocalPlayer() supports HDR | |
Returns: | Boolean |
Part of Library: | render |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Render.SupportsHDR]Render.SupportsHDR [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Comments
- This is a convenience function, it's definition is as follows (as of version 21)
if ( render.GetDXLevel() < 80 ) then return false end return true