fn interp_push_viewport(
args: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Push a viewport onto the viewport stack.
@param vp a viewport object @return NULL (invisibly)