MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / BoolSetting

Method BoolSetting

framework/platform/configuration.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace vkb
21{
22BoolSetting::BoolSetting(bool &handle, bool value) :
23 handle{handle},
24 value{value}
25{
26}
27
28void BoolSetting::set()
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected