VkCmdSetLineStippleEXT typedef

VkCmdSetLineStippleEXT = void Function(Pointer<VkCommandBuffer> commandBuffer, int lineStippleFactor, int lineStipplePattern)

Implementation

typedef VkCmdSetLineStippleEXT = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    int lineStippleFactor,
    int lineStipplePattern);