Class KHRLineRasterization

java.lang.Object
org.lwjgl.vulkan.KHRLineRasterization

public class KHRLineRasterization extends Object
This extension adds some line rasterization features that are commonly used in CAD applications and supported in other APIs like OpenGL. Bresenham-style line rasterization is supported, smooth rectangular lines (coverage to alpha) are supported, and stippled lines are supported for all three line rasterization modes.
Promotion to Vulkan 1.4

Functionality in this extension is included in core Vulkan 1.4 with the KHR suffix omitted. The original type, enum and command names are still available as aliases of the core functionality.

When Version 1.4 is supported, the bresenhamLines feature must be supported.

Name String
VK_KHR_line_rasterization
Extension Type
Device extension
Registered Extension Number
535
Revision
1
Extension and Version Dependencies
VK_KHR_get_physical_device_properties2 or Version 1.1
Deprecation State
  • Promoted to Vulkan 1.4
Contact
Other Extension Metadata
Last Modified Date
2023-06-08
IP Status
No known IP claims.
Contributors
  • Jeff Bolz, NVIDIA
  • Allen Jensen, NVIDIA
  • Faith Ekstrand, Intel