Skip to contents

Load VR stereo config for VR simulator device parameters.

Usage

load_vr_stereo_config(device)

Arguments

device

A vr_device_info.

Value

A vr_stereo_config

Note

This function has been auto-generated from the following Raylib function definition:

VrStereoConfig LoadVrStereoConfig(VrDeviceInfo device);

Examples

if (FALSE) {
load_vr_stereo_config(device)
}