Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
VkFormat ImageView::get_format() const
103
{
104
return format;
105
}
106
107
VkImageSubresourceRange ImageView::get_subresource_range() const
108
{
Callers
1
ImageView
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected