MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Min

Function Min

SampleFramework12/v1.00/SF12_Math.h:535–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535template<typename T> T Min(T a, T b)
536{
537 return a < b ? a : b;
538}
539
540template<typename T> T Max(T a, T b)
541{

Callers 8

InitializeSceneMethod · 0.85
UpdateDecalsMethod · 0.85
UpdateLightsMethod · 0.85
RenderClustersMethod · 0.85
LoadTextureFunction · 0.85
UploadTextureDataFunction · 0.85
InitFromAssimpMeshMethod · 0.85
CreateWithAssimpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected