Function spirv_tools_sys::val::validator_options_set_limit
source · pub unsafe extern "C" fn validator_options_set_limit(
opts: *mut ValidatorOptions,
limit_type: ValidatorLimits,
limit: u32
)
Expand description
Records the maximum Universal Limit that is considered valid in the given
Validator options object.