Struct spirv_tools::assembler::AssemblerOptions
source · [−]pub struct AssemblerOptions {
pub preserve_numeric_ids: bool,
}Fields
preserve_numeric_ids: boolNumeric IDs in the binary will have the same values as in the source. Non-numeric IDs are allocated by filling in the gaps, starting with 1 and going up.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AssemblerOptions
impl Send for AssemblerOptions
impl Sync for AssemblerOptions
impl Unpin for AssemblerOptions
impl UnwindSafe for AssemblerOptions
Blanket Implementations
Mutably borrows from an owned value. Read more