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

Method get_array_layer_count

framework/core/image_core.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186uint32_t Image::get_array_layer_count() const
187{
188 return create_info.arrayLayers;
189}
190
191std::unordered_set<ImageView *> &Image::get_views()
192{

Callers 4

operator()Method · 0.45
prepare_instance_dataMethod · 0.45
prepare_instance_dataMethod · 0.45
prepare_instance_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected