freebsd-ports/graphics/vulkan-validation-layers/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

8 lines
447 B
Plaintext

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.