VkDestroyShaderModule typedef

VkDestroyShaderModule = void Function(Pointer<VkDevice> device, Pointer<VkShaderModule> shaderModule, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

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