Struct vks::VkTextureLODGatherFormatPropertiesAMD [] [src]

#[repr(C)]
pub struct VkTextureLODGatherFormatPropertiesAMD { pub sType: VkStructureType, pub pNext: *mut c_void, pub supportsTextureGatherLODBiasAMD: VkBool32, }

Fields

Trait Implementations

impl Debug for VkTextureLODGatherFormatPropertiesAMD
[src]

Formats the value using the given formatter.

impl Copy for VkTextureLODGatherFormatPropertiesAMD
[src]

impl Clone for VkTextureLODGatherFormatPropertiesAMD
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkTextureLODGatherFormatPropertiesAMD
[src]

Returns the "default value" for a type. Read more