CMD + K

spirv-tools

Community

The SPIR-V Tools project provides an API and commands for processing SPIR-V modules.

Installation

To install this package, run one of the following:

Conda
$conda install anaconda-python-gte-3.10::spirv-tools

Usage Tracking

2021.4
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

The SPIR-V Tools project provides an API and commands for processing SPIR-V modules.

Last Updated

Apr 1, 2025 at 00:15

License

Apache-2.0

Total Downloads

1

Supported Platforms

linux-64