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

ovrViewportStencilMeshBuffer Struct Reference

Data Fields

int
Vertex info.
int
To be filled in by caller of ovr_GetViewportStencil.
ovrVector2f *
To be filled in by SDK and returned to caller.
int
To be allocated by caller and filled in by SDK.
int
To be filled in by caller of ovr_GetViewportStencil.
uint16_t *
To be filled in by SDK and returned to caller.

Field Documentation

int ovrViewportStencilMeshBuffer::AllocVertexCount ( )
Vertex info.
int ovrViewportStencilMeshBuffer::UsedVertexCount ( )
To be filled in by caller of ovr_GetViewportStencil.
ovrVector2f* ovrViewportStencilMeshBuffer::VertexBuffer ( )
To be filled in by SDK and returned to caller.
int ovrViewportStencilMeshBuffer::AllocIndexCount ( )
To be allocated by caller and filled in by SDK.
Index info
int ovrViewportStencilMeshBuffer::UsedIndexCount ( )
To be filled in by caller of ovr_GetViewportStencil.
uint16_t* ovrViewportStencilMeshBuffer::IndexBuffer ( )
To be filled in by SDK and returned to caller.
The documentation for this struct was generated from the following file: Include/OVR_CAPI.h