MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / DestroySampler

Function DestroySampler

icd/generated/function_definitions.h:761–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759 return VK_SUCCESS;
760}
761static VKAPI_ATTR void VKAPI_CALL DestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator) {
762 // Destroy object
763}
764static VKAPI_ATTR VkResult VKAPI_CALL CreateDescriptorSetLayout(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo,
765 const VkAllocationCallbacks* pAllocator,
766 VkDescriptorSetLayout* pSetLayout) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected