VkQueueBindSparseNative typedef

VkQueueBindSparseNative = Int32 Function(Pointer<VkQueue> queue, Uint32 bindInfoCount, Pointer<VkBindSparseInfo> pBindInfo, Pointer<VkFence> fence)

Implementation

typedef VkQueueBindSparseNative = Int32 Function(
    Pointer<VkQueue> queue,
    Uint32 bindInfoCount,
    Pointer<VkBindSparseInfo> pBindInfo,
    Pointer<VkFence> fence);