Monado OpenXR Runtime
Functions
oxr_sdl2_hack.c File Reference

Hacky SDL integration. More...

#include "xrt/xrt_instance.h"
#include "xrt/xrt_config_have.h"
#include "util/u_var.h"
#include "util/u_misc.h"
#include "util/u_debug.h"
#include "os/os_threading.h"
Include dependency graph for oxr_sdl2_hack.c:

Functions

int oxr_sdl2_hack_create (void **out_hack)
 
void oxr_sdl2_hack_start (void *hack, struct xrt_instance *xinst)
 
void oxr_sdl2_hack_stop (void **hack)
 

Detailed Description

Hacky SDL integration.

Author
Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m

Function Documentation

◆ oxr_sdl2_hack_create()

int oxr_sdl2_hack_create ( void **  out_hack)

Referenced by oxr_sdl2_hack_stop().

◆ oxr_sdl2_hack_start()

void oxr_sdl2_hack_start ( void *  hack,
struct xrt_instance xinst 
)

Referenced by oxr_sdl2_hack_stop().

◆ oxr_sdl2_hack_stop()

void oxr_sdl2_hack_stop ( void **  hack)