This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

Libovr 1.26 Reference Guide

ovrTextureSwapChainDesc Struct Reference

Description used to create a texture swap chain.

Data Fields

ovrTextureType
Type ( )
Must not be ovrTexture_Window.
ovrTextureFormat
Format ( )
int
Must be 6 for ovrTexture_Cube, 1 for other types.
int
Width ( )
int
Height ( )
int
int
ovrBool
Not buffered in a chain. For images that don't change.
unsigned int
ovrTextureFlags
unsigned int
ovrTextureBindFlags. Not used for GL.

Field Documentation

ovrTextureType ovrTextureSwapChainDesc::Type ( )
Must not be ovrTexture_Window.
ovrTextureFormat ovrTextureSwapChainDesc::Format ( )
int ovrTextureSwapChainDesc::ArraySize ( )
Must be 6 for ovrTexture_Cube, 1 for other types.
int ovrTextureSwapChainDesc::Width ( )
int ovrTextureSwapChainDesc::Height ( )
int ovrTextureSwapChainDesc::MipLevels ( )
int ovrTextureSwapChainDesc::SampleCount ( )
ovrBool ovrTextureSwapChainDesc::StaticImage ( )
Not buffered in a chain. For images that don't change.
unsigned int ovrTextureSwapChainDesc::MiscFlags ( )
ovrTextureFlags
unsigned int ovrTextureSwapChainDesc::BindFlags ( )
ovrTextureBindFlags. Not used for GL.
The documentation for this struct was generated from the following file: Include/OVR_CAPI.h