Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/SHforHLSL
/ SetLabel
Method
SetLabel
SHTest/SampleFramework12/v1.04/Settings.cpp:67–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void Setting::SetLabel(const char* newLabel)
68
{
69
Assert_(newLabel != nullptr);
70
label = newLabel;
71
}
72
73
FloatSetting& Setting::AsFloat()
74
{
Callers
1
SetUnits
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected