Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
VkImageSubresourceRange ImageView::get_subresource_range() const
108
{
109
return subresource_range;
110
}
111
112
VkImageSubresourceLayers ImageView::get_subresource_layers() const
113
{
Callers
5
Gui
Method · 0.45
image_memory_barrier_impl
Method · 0.45
operator()
Method · 0.45
init
Method · 0.45
render_compute_post
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected