/// Canonical op id.
pub const OP_ID: &str = "vyre-libs::parsing::c::preprocess::gpu_comment_strip_mask";
/// Canonical binding for the input source bytes.
pub const BINDING_BYTES_IN: u32 = 0;
/// Canonical binding for the output comment mask.
pub const BINDING_COMMENT_MASK_OUT: u32 = 1;