-
Notifications
You must be signed in to change notification settings - Fork 2
raylib.LoadVrStereoConfig
JoeStrout edited this page Apr 29, 2026
·
2 revisions
Load VR stereo config for VR simulator device parameters
| Parameter | Default Value | Note |
|---|---|---|
| device |
| Condition | Return Value |
|---|---|
| (always) | map |
device = raylib.GetVrDeviceInfo(raylib.HMD_DEFAULT_DEVICE)
config = raylib.LoadVrStereoConfig(device)
// ... render in VR stereo mode ...
raylib.UnloadVrStereoConfig config