Structs§
Enums§
- Spirv
Result - Target
Env - Certain target environments impose additional restrictions on SPIR-V, so it’s
often necessary to specify which one applies.
Universal_*
implies an environment-agnostic SPIR-V.
Functions§
- binary_
destroy ⚠ - Frees a binary stream from memory. This is a no-op if binary is a null pointer.
- context_
create ⚠ - Creates a context object for most of the SPIRV-Tools API. Returns null if env is invalid.
- context_
destroy ⚠ - Destroys the given context object.