Enum
VkCooperativeMatrixFlagBitsEXT
Bitmask specifying which class of cooperative matrix properties to query
Bits which can be set in
VkPhysicalDeviceCooperativeMatrixInfo2EXT::flags to select the
class of cooperative matrix properties being queried are:
typedef enum VkCooperativeMatrixFlagBitsEXT {
// Provided by extensions
VK_COOPERATIVE_MATRIX_SATURATING_ACCUMULATION_BIT_EXT = 0x00000001,
} VkCooperativeMatrixFlagBitsEXT;
pub struct CooperativeMatrixFlagBitsEXT(u32);
impl CooperativeMatrixFlagBitsEXT {
pub const SATURATING_ACCUMULATION: Self = 0x00000001;
}
VK_COOPERATIVE_MATRIX_SATURATING_ACCUMULATION_BIT_EXTspecifies that the query returns properties for which the shader must use theSaturatingAccumulationoperand onOpCooperativeMatrixMulAddKHR. If this bit is not set, the query returns properties for which the shader must not use theSaturatingAccumulationoperand onOpCooperativeMatrixMulAddKHR.
Type
Enum