Struct bedrock::vk::VkSamplerYcbcrConversionCreateInfo [] [src]

#[repr(C)]
pub struct VkSamplerYcbcrConversionCreateInfo { pub sType: VkStructureType, pub pNext: *const c_void, pub format: VkFormat, pub ycbcrModel: VkSamplerYcbcrModelConversion, pub ycbcrRange: VkSamplerYcbcrRange, pub components: VkComponentMapping, pub xChromaOffset: VkChromaLocation, pub yChromaOffset: VkChromaLocation, pub chromaFilter: VkFilter, pub forceExplicitReconstruction: VkBool32, }

Fields

Trait Implementations

impl Clone for VkSamplerYcbcrConversionCreateInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VkSamplerYcbcrConversionCreateInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for VkSamplerYcbcrConversionCreateInfo
[src]

[src]

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

Auto Trait Implementations