MCPcopy 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
191const uint32_t Image::get_layers() const
192{
193 return layers;
194}
195
196const std::vector<Mipmap> &Image::get_mipmaps() const
197{

Callers 4

load_texture_arrayMethod · 0.45
load_texture_cubemapMethod · 0.45
load_texture_arrayMethod · 0.45
load_texture_cubemapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected