Enum
VkResolveImageFlagBitsKHR
Bitmask specifying additional properties of a resolve image operation
Bits which can be set in VkResolveImageModeInfoKHR::flags,
describing additional properties of a resolve operation, are:
typedef enum VkResolveImageFlagBitsKHR {
} VkResolveImageFlagBitsKHR;
pub struct ResolveImageFlagBitsKHR(u32);
impl ResolveImageFlagBitsKHR {
}
VK_RESOLVE_IMAGE_SKIP_TRANSFER_FUNCTION_BIT_KHRspecifies that resolve operations happening to an sRGB encoded image must not convert samples from nonlinear to linear before averaging.VK_RESOLVE_IMAGE_ENABLE_TRANSFER_FUNCTION_BIT_KHRspecifies that resolve operations happening to an sRGB encoded image must convert samples from nonlinear to linear before averaging.
Parent
VK_KHR_maintenance10Type
Enum