pub type glslang_spv_options_t = glslang_spv_options_s;

Aliased Type§

struct glslang_spv_options_t {
    pub generate_debug_info: bool,
    pub strip_debug_info: bool,
    pub disable_optimizer: bool,
    pub optimize_size: bool,
    pub disassemble: bool,
    pub validate: bool,
    pub emit_nonsemantic_shader_debug_info: bool,
    pub emit_nonsemantic_shader_debug_source: bool,
    pub compile_only: bool,
}

Fields§

§generate_debug_info: bool§strip_debug_info: bool§disable_optimizer: bool§optimize_size: bool§disassemble: bool§validate: bool§emit_nonsemantic_shader_debug_info: bool§emit_nonsemantic_shader_debug_source: bool§compile_only: bool