Struct ash::vk::TextureLODGatherFormatPropertiesAMD [−][src]
#[repr(C)]pub struct TextureLODGatherFormatPropertiesAMD { pub s_type: StructureType, pub p_next: *mut c_void, pub supports_texture_gather_lod_bias_amd: Bool32, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
supports_texture_gather_lod_bias_amd: Bool32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for TextureLODGatherFormatPropertiesAMD
impl !Sync for TextureLODGatherFormatPropertiesAMD
impl Unpin for TextureLODGatherFormatPropertiesAMD
Blanket Implementations
Mutably borrows from an owned value. Read more