Fove SDK  v0.16.0
Public Attributes | List of all members
Fove_GLTexture Struct Reference

Struct used to submit an OpenGL texture. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_GLTexture:
Collaboration graph
[legend]

Public Attributes

void * context
 On mac, this is a CGLContextObj, otherwise this field is reserved and you must pass null.
 
Fove_CompositorTexture parent
 Parent object.
 
uint32_t textureId
 The opengl id of the texture, as returned by glGenTextures.
 

Detailed Description

Struct used to submit an OpenGL texture.

The GL context must be active on the thread that submits this.