#[repr(C)]pub struct PhysicalDeviceSubpassShadingPropertiesHUAWEI {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_subpass_shading_workgroup_size_aspect_ratio: u32,
}Expand description
VkPhysicalDeviceSubpassShadingPropertiesHUAWEI
Provided by VK_HUAWEI_subpass_shading.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBPASS_SHADING_PROPERTIES_HUAWEI.
p_next: *mut c_voidOptional, may be null.
max_subpass_shading_workgroup_size_aspect_ratio: u32Implementations§
Source§impl PhysicalDeviceSubpassShadingPropertiesHUAWEI
impl PhysicalDeviceSubpassShadingPropertiesHUAWEI
Sourcepub fn builder<'a>() -> PhysicalDeviceSubpassShadingPropertiesHUAWEIBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceSubpassShadingPropertiesHUAWEIBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceSubpassShadingPropertiesHUAWEI
impl Clone for PhysicalDeviceSubpassShadingPropertiesHUAWEI
Source§fn clone(&self) -> PhysicalDeviceSubpassShadingPropertiesHUAWEI
fn clone(&self) -> PhysicalDeviceSubpassShadingPropertiesHUAWEI
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhysicalDeviceSubpassShadingPropertiesHUAWEI
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceSubpassShadingPropertiesHUAWEI
Auto Trait Implementations§
impl Freeze for PhysicalDeviceSubpassShadingPropertiesHUAWEI
impl RefUnwindSafe for PhysicalDeviceSubpassShadingPropertiesHUAWEI
impl !Send for PhysicalDeviceSubpassShadingPropertiesHUAWEI
impl !Sync for PhysicalDeviceSubpassShadingPropertiesHUAWEI
impl Unpin for PhysicalDeviceSubpassShadingPropertiesHUAWEI
impl UnsafeUnpin for PhysicalDeviceSubpassShadingPropertiesHUAWEI
impl UnwindSafe for PhysicalDeviceSubpassShadingPropertiesHUAWEI
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more