pub unsafe extern "C" fn ovr_SetBoundaryLookAndFeel(
    session: ovrSession,
    lookAndFeel: *const ovrBoundaryLookAndFeel
) -> ovrResult
Expand description

Sets the look and feel of the Boundary System.

session Specifies an ovrSession previously returned by ovr_Create.

lookAndFeel Look and feel parameters.

Returns ovrSuccess upon success.

see ovrBoundaryLookAndFeel