Struct unity_native_plugin_sys::VkPhysicalDeviceCooperativeMatrixPropertiesNV [−][src]
#[repr(C)]pub struct VkPhysicalDeviceCooperativeMatrixPropertiesNV {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub cooperativeMatrixSupportedStages: VkShaderStageFlags,
}Fields
sType: VkStructureTypepNext: *mut c_voidcooperativeMatrixSupportedStages: VkShaderStageFlagsTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more