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

Method Clear

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

Source from the content-addressed store, hash-verified

124bool OneOffDescriptorSet::Initialized() { return pool_ != VK_NULL_HANDLE && layout_.initialized() && set_ != VK_NULL_HANDLE; }
125
126void OneOffDescriptorSet::Clear() {
127 resource_infos.clear();
128 descriptor_writes.clear();
129}
130
131void OneOffDescriptorSet::AddDescriptorWrite(uint32_t binding, uint32_t array_element, VkDescriptorType descriptor_type,
132 uint32_t descriptor_count /*= 1*/) {

Callers 10

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected