GLKMatrixStackRotate

Function GLKMatrixStackRotate 

Source
pub unsafe extern "C-unwind" fn GLKMatrixStackRotate(
    stack: &GLKMatrixStack,
    radians: c_float,
    x: c_float,
    y: c_float,
    z: c_float,
)
👎Deprecated: renamed to GLKMatrixStack::rotate
Available on crate feature GLKMatrixStack only.