#[repr(C)]pub struct VkPhysicalDeviceTileShadingFeaturesQCOM {Show 16 fields
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub tileShading: VkBool32,
pub tileShadingFragmentStage: VkBool32,
pub tileShadingColorAttachments: VkBool32,
pub tileShadingDepthAttachments: VkBool32,
pub tileShadingStencilAttachments: VkBool32,
pub tileShadingInputAttachments: VkBool32,
pub tileShadingSampledAttachments: VkBool32,
pub tileShadingPerTileDraw: VkBool32,
pub tileShadingPerTileDispatch: VkBool32,
pub tileShadingDispatchTile: VkBool32,
pub tileShadingApron: VkBool32,
pub tileShadingAnisotropicApron: VkBool32,
pub tileShadingAtomicOps: VkBool32,
pub tileShadingImageProcessing: VkBool32,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§tileShading: VkBool32§tileShadingFragmentStage: VkBool32§tileShadingColorAttachments: VkBool32§tileShadingDepthAttachments: VkBool32§tileShadingStencilAttachments: VkBool32§tileShadingInputAttachments: VkBool32§tileShadingSampledAttachments: VkBool32§tileShadingPerTileDraw: VkBool32§tileShadingPerTileDispatch: VkBool32§tileShadingDispatchTile: VkBool32§tileShadingApron: VkBool32§tileShadingAnisotropicApron: VkBool32§tileShadingAtomicOps: VkBool32§tileShadingImageProcessing: VkBool32Trait Implementations§
Source§impl Clone for VkPhysicalDeviceTileShadingFeaturesQCOM
impl Clone for VkPhysicalDeviceTileShadingFeaturesQCOM
Source§fn clone(&self) -> VkPhysicalDeviceTileShadingFeaturesQCOM
fn clone(&self) -> VkPhysicalDeviceTileShadingFeaturesQCOM
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 VkPhysicalDeviceTileShadingFeaturesQCOM
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceTileShadingFeaturesQCOM
impl RefUnwindSafe for VkPhysicalDeviceTileShadingFeaturesQCOM
impl !Send for VkPhysicalDeviceTileShadingFeaturesQCOM
impl !Sync for VkPhysicalDeviceTileShadingFeaturesQCOM
impl Unpin for VkPhysicalDeviceTileShadingFeaturesQCOM
impl UnwindSafe for VkPhysicalDeviceTileShadingFeaturesQCOM
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