spirv_tools_sys::opt

Function optimizer_options_run_validator

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

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