Organization, render cursor above all else

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-09-29 18:51:43 +03:00
parent a6949eeda0
commit 28a9f54227
18 changed files with 3499 additions and 3408 deletions

13
src/LunarWM_xr.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef LUNAR_WM_XR_H
#define LUNAR_WM_XR_H
#include "LunarWM_types.h"
bool LunarWM_xr_init(LunarWM *wm);
void LunarWM_xr_cleanup(LunarWM *wm);
void LunarWM_xr_poll_events(LunarWM *wm);
bool LunarWM_xr_acquire_wait(XrSwapchain sc, uint32_t *idx);
GLuint LunarWM_xr_get_swapchain_image(
LunarWM *wm, int swapchain_images_i, uint32_t index);
#endif