#[repr(C)]pub struct PhysicalDeviceTileShadingPropertiesQCOM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_apron_size: u32,
pub prefer_non_coherent: u32,
pub tile_granularity: Extent2D,
pub max_tile_shading_rate: Extent2D,
}Expand description
VkPhysicalDeviceTileShadingPropertiesQCOM
Provided by VK_QCOM_tile_shading.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TILE_SHADING_PROPERTIES_QCOM.
p_next: *mut c_voidOptional, may be null.
max_apron_size: u32§prefer_non_coherent: u32§tile_granularity: Extent2D§max_tile_shading_rate: Extent2DImplementations§
Source§impl PhysicalDeviceTileShadingPropertiesQCOM
impl PhysicalDeviceTileShadingPropertiesQCOM
Sourcepub fn builder<'a>() -> PhysicalDeviceTileShadingPropertiesQCOMBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceTileShadingPropertiesQCOMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceTileShadingPropertiesQCOM
impl Clone for PhysicalDeviceTileShadingPropertiesQCOM
Source§fn clone(&self) -> PhysicalDeviceTileShadingPropertiesQCOM
fn clone(&self) -> PhysicalDeviceTileShadingPropertiesQCOM
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 PhysicalDeviceTileShadingPropertiesQCOM
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceTileShadingPropertiesQCOM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceTileShadingPropertiesQCOM
impl RefUnwindSafe for PhysicalDeviceTileShadingPropertiesQCOM
impl !Send for PhysicalDeviceTileShadingPropertiesQCOM
impl !Sync for PhysicalDeviceTileShadingPropertiesQCOM
impl Unpin for PhysicalDeviceTileShadingPropertiesQCOM
impl UnsafeUnpin for PhysicalDeviceTileShadingPropertiesQCOM
impl UnwindSafe for PhysicalDeviceTileShadingPropertiesQCOM
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