Interface VulkanLineWidthRangeType
- All Known Implementing Classes:
VulkanLineWidthRange
@Immutable
public interface VulkanLineWidthRangeType
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
-
Method Details
-
minimum
@Parameter float minimum()- Returns:
- The minimum width
-
maximum
@Parameter float maximum()- Returns:
- The maximum width
-