Skip to main content

CreateSampler

Type Alias CreateSampler 

Source
pub type CreateSampler = unsafe extern "C" fn(device: Device, p_create_info: *const SamplerCreateInfo, p_allocator: *const AllocationCallbacks, p_sampler: *mut Sampler) -> Result;
Expand description

Chapter: Samplers
Description: Create a new sampler object
Provided by: VK_VERSION_1_0
Reference: vkCreateSampler