fn interp_pop_viewport(
args: &[RValue],
named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Pop viewports from the viewport stack.
@param n number of viewports to pop (default 1) @return NULL (invisibly)