consts
VK_REMAINING_ARRAY_LAYERS
Sentinel for all remaining array layers
VK_REMAINING_ARRAY_LAYERS is a special constant value used for image
views to indicate that all remaining array layers in an image after the base
layer should be included in the view.
#define VK_REMAINING_ARRAY_LAYERS (~0U)
const REMAINING_ARRAY_LAYERS: u32 = !0u32;
Parent
VK_VERSION_1_0Type
consts