- Expose WSI support[1] - Update description - Convert to USES=xorg - Prefer standard _DESC - Simplify _DEPENDS - Drop excessive newlines PR: 246376 [1] Submitted by: beldin@beldin.org (based on) [1]
9 lines
509 B
Text
9 lines
509 B
Text
Vulkan is an Explicit API, enabling direct control over how GPUs
|
|
actually work. By design, minimal error checking is done inside a
|
|
Vulkan driver. Applications have full control and responsibility for
|
|
correct operation. Any errors in how Vulkan is used can result in a
|
|
crash. This project provides Vulkan validation layers that can be
|
|
enabled to assist development by enabling developers to verify their
|
|
applications correct use of the Vulkan API.
|
|
|
|
WWW: https://github.com/KhronosGroup/Vulkan-ValidationLayers
|