[][src]Function spirv_tools_sys::opt::optimizer_options_run_validator

pub unsafe extern "C" fn optimizer_options_run_validator(
    options: *mut OptimizerOptions,
    run: bool
)

Records whether or not the optimizer should run the validator before optimizing. If |val| is true, the validator will be run.