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

Method Usage

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

Source from the content-addressed store, hash-verified

735 uint32_t Height() const { return create_info_.extent.height; }
736 VkFormat Format() const { return create_info_.format; }
737 VkImageUsageFlags Usage() const { return create_info_.usage; }
738
739 VkImageMemoryBarrier LayoutTransitionBarrier(VkImageLayout old_layout, VkImageLayout new_layout,
740 const VkImageSubresourceRange& range) const;

Callers 5

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