![]() |
Fove SDK
v1.2.0
|
Struct used to submit an OpenGL texture. More...
#include <FoveAPI.h>

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. | |
Struct used to submit an OpenGL texture.
The GL context must be active on the thread that submits this.
1.8.17