Skip to contents

Begin stereo rendering (requires VR simulator).

Usage

begin_vr_stereo_mode(config)

Arguments

config

A vr_stereo_config.

Note

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

void BeginVrStereoMode(VrStereoConfig config);

Examples

if (FALSE) {
begin_vr_stereo_mode(config)
}