VkCmdSetLineStippleEXTNative typedef

VkCmdSetLineStippleEXTNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 lineStippleFactor, Uint16 lineStipplePattern)

Implementation

typedef VkCmdSetLineStippleEXTNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 lineStippleFactor,
    Uint16 lineStipplePattern);