fb16dfecae
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)
9 lines
514 B
Text
9 lines
514 B
Text
The SPIR-V Tools project provides an API and commands for processing SPIR-V
|
|
modules.
|
|
|
|
The project includes an assembler, binary module parser, disassembler,
|
|
validator, and optimizer for SPIR-V. Except for the optimizer, all are based
|
|
on a common static library. The library contains all of the implementation
|
|
details, and is used in the standalone tools whilst also enabling integration
|
|
into other code bases directly. The optimizer implementation resides in its own
|
|
library, which depends on the core library.
|