consts
VK_COMPUTE_OCCUPANCY_PRIORITY_NORMAL_NV
Normal occupancy priority constant
VK_COMPUTE_OCCUPANCY_PRIORITY_NORMAL_NV is a constant value that can
be used for
VkComputeOccupancyPriorityParametersNV::occupancyPriority to
specify a normal priority level.
This represents the default priority level.
#define VK_COMPUTE_OCCUPANCY_PRIORITY_NORMAL_NV 0.50f
const COMPUTE_OCCUPANCY_PRIORITY_NORMAL_NV: usize = 0.50f;
Type
consts