VkQueueBindSparse typedef

VkQueueBindSparse = int Function(Pointer<VkQueue> queue, int bindInfoCount, Pointer<VkBindSparseInfo> pBindInfo, Pointer<VkFence> fence)

Implementation

typedef VkQueueBindSparse = int Function(
    Pointer<VkQueue> queue,
    int bindInfoCount,
    Pointer<VkBindSparseInfo> pBindInfo,
    Pointer<VkFence> fence);