Struct ash::vk::types::SamplerCreateInfo [] [src]

#[repr(C)]
pub struct SamplerCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub flags: SamplerCreateFlags, pub mag_filter: Filter, pub min_filter: Filter, pub mipmap_mode: SamplerMipmapMode, pub address_mode_u: SamplerAddressMode, pub address_mode_v: SamplerAddressMode, pub address_mode_w: SamplerAddressMode, pub mip_lod_bias: c_float, pub anisotropy_enable: Bool32, pub max_anisotropy: c_float, pub compare_enable: Bool32, pub compare_op: CompareOp, pub min_lod: c_float, pub max_lod: c_float, pub border_color: BorderColor, pub unnormalized_coordinates: Bool32, }

Fields

Trait Implementations

impl Debug for SamplerCreateInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for SamplerCreateInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more