Struct unity_native_plugin_sys::VkPhysicalDeviceSamplerYcbcrConversionFeatures [−][src]
#[repr(C)]pub struct VkPhysicalDeviceSamplerYcbcrConversionFeatures {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub samplerYcbcrConversion: VkBool32,
}Fields
sType: VkStructureTypepNext: *mut c_voidsamplerYcbcrConversion: VkBool32Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more