Monado OpenXR Runtime
|
Holds OpenGL swapchain related functions. More...
#include "util/u_debug.h"
#include "oxr_objects.h"
#include "oxr_logger.h"
#include "oxr_swapchain_common.h"
#include <assert.h>
#include <stdlib.h>
Functions | |
static XrResult | gl_enumerate_images_gl (struct oxr_logger *log, struct oxr_swapchain *sc, uint32_t count, XrSwapchainImageOpenGLKHR *images) |
static XrResult | gl_enumerate_images (struct oxr_logger *log, struct oxr_swapchain *sc, uint32_t count, XrSwapchainImageBaseHeader *images) |
XrResult | oxr_swapchain_gl_create (struct oxr_logger *log, struct oxr_session *sess, const XrSwapchainCreateInfo *createInfo, struct oxr_swapchain **out_swapchain) |
Holds OpenGL swapchain related functions.