Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ Max
Function
Max
SampleFramework12/v1.00/SF12_Math.h:540–543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
538
}
539
540
template<typename T> T Max(T a, T b)
541
{
542
return a < b ? b : a;
543
}
544
545
// Clamps a value to the specified range
546
template<typename T> T Clamp(T val, T min, T max)
Callers
9
UpdateDecals
Method · 0.85
UpdateLights
Method · 0.85
PrepareShadowCascades
Function · 0.85
UpdateProfile
Function · 0.85
UploadTextureData
Function · 0.85
InitFromAssimpMesh
Method · 0.85
CreateWithAssimp
Method · 0.85
Init
Method · 0.85
RenderSky
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected