mondradiko / mdo-core

1 stars 1 forks source link

Set up OpenXR display #21

Open marceline-cramer opened 3 years ago

marceline-cramer commented 3 years ago

Dependent on #19

There are several steps that need to be figured out as we go along:

MilesLitteral commented 3 years ago

Camera is initialized in cli/main.c?

marceline-cramer commented 3 years ago

No, openxr_display is initialized, and the display creates the camera, which is retrieved by cli/main.c to get the initial render pass to feed to the renderer.

This is temporary, in the future, the renderer will dynamically consume displays at frame time instead of initialization time.