Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
535
template<typename T> T Min(T a, T b)
536
{
537
return a < b ? a : b;
538
}
539
540
template<typename T> T Max(T a, T b)
541
{
Callers
8
InitializeScene
Method · 0.85
UpdateDecals
Method · 0.85
UpdateLights
Method · 0.85
RenderClusters
Method · 0.85
LoadTexture
Function · 0.85
UploadTextureData
Function · 0.85
InitFromAssimpMesh
Method · 0.85
CreateWithAssimp
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected