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

Method get_subresource_range

framework/core/image_view.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107VkImageSubresourceRange ImageView::get_subresource_range() const
108{
109 return subresource_range;
110}
111
112VkImageSubresourceLayers ImageView::get_subresource_layers() const
113{

Callers 5

GuiMethod · 0.45
operator()Method · 0.45
initMethod · 0.45
render_compute_postMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected