VkDestroyShaderModuleNative typedef

VkDestroyShaderModuleNative = Void Function(Pointer<VkDevice> device, Pointer<VkShaderModule> shaderModule, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyShaderModuleNative = Void Function(
    Pointer<VkDevice> device,
    Pointer<VkShaderModule> shaderModule,
    Pointer<VkAllocationCallbacks> pAllocator);