VkCmdBeginTransformFeedbackEXTNative typedef

VkCmdBeginTransformFeedbackEXTNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 firstCounterBuffer, Uint32 counterBufferCount, Pointer<Pointer<VkBuffer>> pCounterBuffers, Pointer<Uint64> pCounterBufferOffsets)

Implementation

typedef VkCmdBeginTransformFeedbackEXTNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 firstCounterBuffer,
    Uint32 counterBufferCount,
    Pointer<Pointer<VkBuffer>> pCounterBuffers,
    Pointer<Uint64> pCounterBufferOffsets);