Struct unity_native_plugin_sys::VkPhysicalDeviceVulkan11Properties[][src]

#[repr(C)]
pub struct VkPhysicalDeviceVulkan11Properties {
Show 17 fields pub sType: VkStructureType, pub pNext: *mut c_void, pub deviceUUID: [u8; 16], pub driverUUID: [u8; 16], pub deviceLUID: [u8; 8], pub deviceNodeMask: u32, pub deviceLUIDValid: VkBool32, pub subgroupSize: u32, pub subgroupSupportedStages: VkShaderStageFlags, pub subgroupSupportedOperations: VkSubgroupFeatureFlags, pub subgroupQuadOperationsInAllStages: VkBool32, pub pointClippingBehavior: VkPointClippingBehavior, pub maxMultiviewViewCount: u32, pub maxMultiviewInstanceIndex: u32, pub protectedNoFault: VkBool32, pub maxPerSetDescriptors: u32, pub maxMemoryAllocationSize: VkDeviceSize,
}

Fields

sType: VkStructureTypepNext: *mut c_voiddeviceUUID: [u8; 16]driverUUID: [u8; 16]deviceLUID: [u8; 8]deviceNodeMask: u32deviceLUIDValid: VkBool32subgroupSize: u32subgroupSupportedStages: VkShaderStageFlagssubgroupSupportedOperations: VkSubgroupFeatureFlagssubgroupQuadOperationsInAllStages: VkBool32pointClippingBehavior: VkPointClippingBehaviormaxMultiviewViewCount: u32maxMultiviewInstanceIndex: u32protectedNoFault: VkBool32maxPerSetDescriptors: u32maxMemoryAllocationSize: VkDeviceSize

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.