#[repr(C)]pub struct PhysicalDeviceVulkan11Properties {Show 17 fields
pub s_type: StructureType,
pub next: *mut c_void,
pub device_uuid: ByteArray<UUID_SIZE>,
pub driver_uuid: ByteArray<UUID_SIZE>,
pub device_luid: ByteArray<LUID_SIZE>,
pub device_node_mask: u32,
pub device_luid_valid: Bool32,
pub subgroup_size: u32,
pub subgroup_supported_stages: ShaderStageFlags,
pub subgroup_supported_operations: SubgroupFeatureFlags,
pub subgroup_quad_operations_in_all_stages: Bool32,
pub point_clipping_behavior: PointClippingBehavior,
pub max_multiview_view_count: u32,
pub max_multiview_instance_index: u32,
pub protected_no_fault: Bool32,
pub max_per_set_descriptors: u32,
pub max_memory_allocation_size: DeviceSize,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voiddevice_uuid: ByteArray<UUID_SIZE>driver_uuid: ByteArray<UUID_SIZE>device_luid: ByteArray<LUID_SIZE>device_node_mask: u32device_luid_valid: Bool32subgroup_size: u32subgroup_supported_stages: ShaderStageFlagssubgroup_supported_operations: SubgroupFeatureFlagssubgroup_quad_operations_in_all_stages: Bool32point_clipping_behavior: PointClippingBehaviormax_multiview_view_count: u32max_multiview_instance_index: u32protected_no_fault: Bool32max_per_set_descriptors: u32max_memory_allocation_size: DeviceSizeTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for PhysicalDeviceVulkan11Properties
impl !Sync for PhysicalDeviceVulkan11Properties
impl Unpin for PhysicalDeviceVulkan11Properties
Blanket Implementations
Mutably borrows from an owned value. Read more