VkGetDescriptorSetLayoutSupportKHR typedef

VkGetDescriptorSetLayoutSupportKHR = void Function(Pointer<VkDevice> device, Pointer<VkDescriptorSetLayoutCreateInfo> pCreateInfo, Pointer<VkDescriptorSetLayoutSupport> pSupport)

Implementation

typedef VkGetDescriptorSetLayoutSupportKHR = void Function(
    Pointer<VkDevice> device,
    Pointer<VkDescriptorSetLayoutCreateInfo> pCreateInfo,
    Pointer<VkDescriptorSetLayoutSupport> pSupport);