supportsPostProcessing property
Indicates if the processor supports post processing.
Implementation
@$pb.TagNumber(17)
$core.bool get supportsPostProcessing => $_getBF(13);
Implementation
@$pb.TagNumber(17)
set supportsPostProcessing($core.bool v) {
$_setBool(13, v);
}