consts
VK_LOD_CLAMP_NONE
Maximum LOD unclamped access sentinel
VK_LOD_CLAMP_NONE is a special constant value used for
VkSamplerCreateInfo::maxLod to indicate that maximum LOD
clamping should not be performed.
#define VK_LOD_CLAMP_NONE 1000.0F
const LOD_CLAMP_NONE: f32 = 1000.0f32;
Parent
VK_VERSION_1_0Type
consts