Interface VulkanPointSizeRangeType

All Known Implementing Classes:
VulkanPointSizeRange

@Immutable public interface VulkanPointSizeRangeType
The inclusive range of supported sizes for points. Values written to variables decorated with the PointSize built-in decoration are clamped to this range.
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    float
     
  • Method Details

    • minimum

      @Parameter float minimum()
      Returns:
      The minimum size
    • maximum

      @Parameter float maximum()
      Returns:
      The maximum size