Home | History | Annotate | Download | only in libvulkan

Lines Matching full:sampler

351 VKAPI_ATTR void DestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator);
894 VKAPI_ATTR void DestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator) {
895 GetData(device).dispatch.DestroySampler(device, sampler, pAllocator);
1568 VKAPI_ATTR void vkDestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator) {
1569 vulkan::api::DestroySampler(device, sampler, pAllocator);