spirv-tools 2022.3-ok2 source package in openKylin
Changelog
spirv-tools (2022.3-ok2) yangtze; urgency=medium * Update version info. -- sufang <email address hidden> Fri, 31 Mar 2023 10:12:47 +0800
spirv-tools (2022.3-ok2) yangtze; urgency=medium * Update version info. -- sufang <email address hidden> Fri, 31 Mar 2023 10:12:47 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | libdevel | |
Yangtze V1.0 | proposed | main | libdevel |
File | Size | SHA-256 Checksum |
---|---|---|
spirv-tools_2022.3.orig.tar.gz | 3.0 MiB | 1eafc19c6638de568552698bdcab62edef9c2193af1cacc19024ce759e4a3dcb |
spirv-tools_2022.3-ok2.debian.tar.xz | 20.0 KiB | 40ca754fd5d3ee07fed4264a09163b1285c90807e27a8fd5f442313ca0a0f276 |
spirv-tools_2022.3-ok2.dsc | 1.7 KiB | 94b2cda7d667a1f6321e3158af2554a1b6eef786bc36dea403575b472729c3f6 |
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.