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

Method get_sample_count

framework/core/image_core.cpp:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166VkSampleCountFlagBits Image::get_sample_count() const
167{
168 return create_info.samples;
169}
170
171VkImageUsageFlags Image::get_usage() const
172{

Callers 1

operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected