VkCmdSetDepthBounds typedef

VkCmdSetDepthBounds = void Function(Pointer<VkCommandBuffer> commandBuffer, double minDepthBounds, double maxDepthBounds)

Implementation

typedef VkCmdSetDepthBounds = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    double minDepthBounds,
    double maxDepthBounds);