We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c49ad commit 1fe8b38Copy full SHA for 1fe8b38
src/Application/Aardvark.Application.Slim.GL/Application.fs
@@ -371,7 +371,10 @@ module private OpenGL =
371
override this.Handle =
372
handle :> obj
373
override this.CreateSwapchain(size: V2i) =
374
- createSwapchain runtime signature handle glfw win size
+ if cfg.stereo then
375
+ createStereoSwapchain runtime signature handle glfw win size
376
+ else
377
+ createSwapchain runtime signature handle glfw win size
378
override this.Dispose() =
379
signature.Dispose()
380
ctx.Dispose()
0 commit comments