vkCreateSampler | NVK Search
  1. No Results
Categories
vkCreateSampler Create a new sampler object Syntax
VkResult vkCreateSampler();
Parameters device VkDevice is the logical device that creates the sampler. pCreateInfo VkSamplerCreateInfo is a reference to a VkSamplerCreateInfo structure specifying the state of the sampler object. pAllocator VkAllocationCallbacks controls host memory allocation as described in the <> chapter. pSampler VkSampler is a reference to a VkSampler handle in which the resulting sampler object is returned.