Struct ash::vk::TextureLODGatherFormatPropertiesAMD
source · #[repr(C)]pub struct TextureLODGatherFormatPropertiesAMD<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub supports_texture_gather_lod_bias_amd: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§supports_texture_gather_lod_bias_amd: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> TextureLODGatherFormatPropertiesAMD<'a>
impl<'a> TextureLODGatherFormatPropertiesAMD<'a>
pub fn supports_texture_gather_lod_bias_amd( self, supports_texture_gather_lod_bias_amd: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for TextureLODGatherFormatPropertiesAMD<'a>
impl<'a> Clone for TextureLODGatherFormatPropertiesAMD<'a>
source§fn clone(&self) -> TextureLODGatherFormatPropertiesAMD<'a>
fn clone(&self) -> TextureLODGatherFormatPropertiesAMD<'a>
Returns a copy 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 moresource§impl<'a> Debug for TextureLODGatherFormatPropertiesAMD<'a>
impl<'a> Debug for TextureLODGatherFormatPropertiesAMD<'a>
source§impl Default for TextureLODGatherFormatPropertiesAMD<'_>
impl Default for TextureLODGatherFormatPropertiesAMD<'_>
source§impl<'a> TaggedStructure for TextureLODGatherFormatPropertiesAMD<'a>
impl<'a> TaggedStructure for TextureLODGatherFormatPropertiesAMD<'a>
const STRUCTURE_TYPE: StructureType = StructureType::TEXTURE_LOD_GATHER_FORMAT_PROPERTIES_AMD
impl<'a> Copy for TextureLODGatherFormatPropertiesAMD<'a>
impl ExtendsImageFormatProperties2 for TextureLODGatherFormatPropertiesAMD<'_>
impl Send for TextureLODGatherFormatPropertiesAMD<'_>
impl Sync for TextureLODGatherFormatPropertiesAMD<'_>
Auto Trait Implementations§
impl<'a> Freeze for TextureLODGatherFormatPropertiesAMD<'a>
impl<'a> RefUnwindSafe for TextureLODGatherFormatPropertiesAMD<'a>
impl<'a> Unpin for TextureLODGatherFormatPropertiesAMD<'a>
impl<'a> UnwindSafe for TextureLODGatherFormatPropertiesAMD<'a>
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