Crate spirv_cross_sys
source ·Expand description
Raw bindings to the C API of SPIRV-Cross.
Incorrect use of _init functions can cause undefined behaviour.
Always go through MaybeUninit for anything that sets an enum,
then check for u32::MAX.
spvc_rs functions are unstable and are meant for consumption by spirv-cross2
only.
Structs§
Enums§
Traits§
- A generic trait for converting a number to a value.
- Marker trait for “plain old data”.
- A generic trait for converting a value to a number.
- Trait for types that can be safely created with
zeroed.