MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / Initialized

Method Initialized

tests/framework/descriptor_helper.cpp:124–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124bool OneOffDescriptorSet::Initialized() { return pool_ != VK_NULL_HANDLE && layout_.initialized() && set_ != VK_NULL_HANDLE; }
125
126void OneOffDescriptorSet::Clear() {
127 resource_infos.clear();

Callers 3

LateBindPipelineInfoMethod · 0.80
LateBindPipelineInfoMethod · 0.80
TEST_FFunction · 0.80

Calls 1

initializedMethod · 0.80

Tested by

no test coverage detected