Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
namespace vkb
21
{
22
BoolSetting::BoolSetting(bool &handle, bool value) :
23
handle{handle},
24
value{value}
25
{
26
}
27
28
void BoolSetting::set()
29
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected