Monado OpenXR Runtime
|
Sub-class of comp_swapchain, used to do OpenGL rendering. More...
#include <sdl_test/sdl_internal.h>
Data Fields | |
struct comp_swapchain | base |
struct sdl_program * | sp |
Pointer back to main program. More... | |
int | w |
Cached width and height. More... | |
int | h |
GLuint | textures [XRT_MAX_SWAPCHAIN_IMAGES] |
Number of textures in base.base.base.image_count. More... | |
GLuint | memory [XRT_MAX_SWAPCHAIN_IMAGES] |
Same number of images as textures. More... | |
Sub-class of comp_swapchain, used to do OpenGL rendering.
GLuint sdl_swapchain::memory[XRT_MAX_SWAPCHAIN_IMAGES] |
Same number of images as textures.
struct sdl_program* sdl_swapchain::sp |
Pointer back to main program.
GLuint sdl_swapchain::textures[XRT_MAX_SWAPCHAIN_IMAGES] |
Number of textures in base.base.base.image_count.
int sdl_swapchain::w |
Cached width and height.