Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ ClampNumValues
Method
ClampNumValues
SampleFramework12/v1.00/Settings.cpp:348–352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
}
347
348
void EnumSetting::ClampNumValues(uint32 num)
349
{
350
Assert_(num <= numValues);
351
numValuesClamp = num;
352
}
353
354
EnumSetting::operator uint32()
355
{
Callers
1
Initialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected