VkGetDescriptorSetHostMappingVALVE typedef

VkGetDescriptorSetHostMappingVALVE = void Function(Pointer<VkDevice> device, Pointer<VkDescriptorSet> descriptorSet, Pointer<NativeType> ppData)

Implementation

typedef VkGetDescriptorSetHostMappingVALVE = void Function(
    Pointer<VkDevice> device,
    Pointer<VkDescriptorSet> descriptorSet,
    Pointer ppData);