[][src]Crate spirq

SPIR-Q: Light Weight SPIR-V Query Utility for Graphics.

SPIR-Q is a light weight library for SPIR-V pipeline metadata query, which can be very useful for dynamic graphics/compute pipeline construction, shader debugging and so on. SPIR-Q is currently compatible with a subset of SPIR-V 1.5, with most of graphics capabilities but no OpenCL kernel capabilities covered.

Modules

error

Error and result reported by SPIR-Q procedures.

reflect

Reflection procedures and types.

sym

Sym used to identify shader module resources.

Structs

SpirvBinary