MCPcopy 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
540template<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
546template<typename T> T Clamp(T val, T min, T max)

Callers 9

UpdateDecalsMethod · 0.85
UpdateLightsMethod · 0.85
PrepareShadowCascadesFunction · 0.85
UpdateProfileFunction · 0.85
UploadTextureDataFunction · 0.85
InitFromAssimpMeshMethod · 0.85
CreateWithAssimpMethod · 0.85
InitMethod · 0.85
RenderSkyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected