Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ get_layers
Method
get_layers
framework/scene_graph/components/image.cpp:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
const uint32_t Image::get_layers() const
192
{
193
return layers;
194
}
195
196
const std::vector<Mipmap> &Image::get_mipmaps() const
197
{
Callers
4
load_texture_array
Method · 0.45
load_texture_cubemap
Method · 0.45
load_texture_array
Method · 0.45
load_texture_cubemap
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected