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

Method SubresourceRange

tests/framework/binding.h:744–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742 const VkImageCreateInfo &CreateInfo() const { return create_info_; }
743
744 VkImageSubresourceRange SubresourceRange(VkImageAspectFlags aspect_mask) const {
745 return VkImageSubresourceRange{aspect_mask, 0, create_info_.mipLevels, 0, create_info_.arrayLayers};
746 }
747
748 static VkImageAspectFlags AspectMask(VkFormat format);
749

Callers 7

ImageBarrierMethod · 0.80
TransitionLayoutMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected