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 Detail

      • minimum

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

        @Parameter
        float maximum()
        Returns:
        The maximum size