Struct unity_native_plugin_sys::VkPhysicalDeviceCooperativeMatrixFeaturesNV [−][src]
#[repr(C)]pub struct VkPhysicalDeviceCooperativeMatrixFeaturesNV {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub cooperativeMatrix: VkBool32,
pub cooperativeMatrixRobustBufferAccess: VkBool32,
}Fields
sType: VkStructureTypepNext: *mut c_voidcooperativeMatrix: VkBool32cooperativeMatrixRobustBufferAccess: VkBool32Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more