MCPcopy Create free account
hub / github.com/TheRealMJP/DXRPathTracer / BoolSetting

Method BoolSetting

SampleFramework12/v1.02/Settings.cpp:269–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267// == BoolSetting =================================================================================
268
269BoolSetting::BoolSetting() : val(false), oldVal(0)
270{
271}
272
273void BoolSetting::Initialize(const char* name_,
274 const char* group_, const char* label_,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected