VkDestroyDescriptorSetLayout typedef

VkDestroyDescriptorSetLayout = void Function(Pointer<VkDevice> device, Pointer<VkDescriptorSetLayout> descriptorSetLayout, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyDescriptorSetLayout = void Function(
    Pointer<VkDevice> device,
    Pointer<VkDescriptorSetLayout> descriptorSetLayout,
    Pointer<VkAllocationCallbacks> pAllocator);