Struct ash::vk::KhrSamplerYcbcrConversionFn [−][src]
pub struct KhrSamplerYcbcrConversionFn { pub create_sampler_ycbcr_conversion_khr: extern "system" fn(device: Device, p_create_info: *const SamplerYcbcrConversionCreateInfo, p_allocator: *const AllocationCallbacks, p_ycbcr_conversion: *mut SamplerYcbcrConversion) -> Result, pub destroy_sampler_ycbcr_conversion_khr: extern "system" fn(device: Device, ycbcr_conversion: SamplerYcbcrConversion, p_allocator: *const AllocationCallbacks) -> c_void, }
Fields
create_sampler_ycbcr_conversion_khr: extern "system" fn(device: Device, p_create_info: *const SamplerYcbcrConversionCreateInfo, p_allocator: *const AllocationCallbacks, p_ycbcr_conversion: *mut SamplerYcbcrConversion) -> Result
destroy_sampler_ycbcr_conversion_khr: extern "system" fn(device: Device, ycbcr_conversion: SamplerYcbcrConversion, p_allocator: *const AllocationCallbacks) -> c_void
Implementations
pub unsafe fn create_sampler_ycbcr_conversion_khr(
&self,
device: Device,
p_create_info: *const SamplerYcbcrConversionCreateInfo,
p_allocator: *const AllocationCallbacks,
p_ycbcr_conversion: *mut SamplerYcbcrConversion
) -> Result
pub unsafe fn create_sampler_ycbcr_conversion_khr(
&self,
device: Device,
p_create_info: *const SamplerYcbcrConversionCreateInfo,
p_allocator: *const AllocationCallbacks,
p_ycbcr_conversion: *mut SamplerYcbcrConversion
) -> Result
pub unsafe fn destroy_sampler_ycbcr_conversion_khr(
&self,
device: Device,
ycbcr_conversion: SamplerYcbcrConversion,
p_allocator: *const AllocationCallbacks
) -> c_void
pub unsafe fn destroy_sampler_ycbcr_conversion_khr(
&self,
device: Device,
ycbcr_conversion: SamplerYcbcrConversion,
p_allocator: *const AllocationCallbacks
) -> c_void
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KhrSamplerYcbcrConversionFn
impl Unpin for KhrSamplerYcbcrConversionFn
impl UnwindSafe for KhrSamplerYcbcrConversionFn
Blanket Implementations
Mutably borrows from an owned value. Read more