Reviewed Vr stereo

This commit is contained in:
Ray 2021-04-06 23:06:03 +02:00
parent 71b86bf4d0
commit 84d0d21f23
3 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ int main(void)
};
// Load VR stereo config for VR device parameteres (Oculus Rift CV1 parameters)
VrStereoConfig config = LoadVrStereoMode(device);
VrStereoConfig config = LoadVrStereoConfig(device);
// Distortion shader (uses device lens distortion and chroma)
Shader distortion = LoadShader(0, TextFormat("resources/distortion%i.fs", GLSL_VERSION));