MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / get_format

Method get_format

framework/core/image_view.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102VkFormat ImageView::get_format() const
103{
104 return format;
105}
106
107VkImageSubresourceRange ImageView::get_subresource_range() const
108{

Callers 1

ImageViewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected