Render information to be used with t5SendFrameToGlasses()
More...
#include <types.h>
Render information to be used with t5SendFrameToGlasses()
Definition at line 374 of file types.h.
◆ height_VCI
float T5_FrameInfo::height_VCI |
◆ isSrgb
bool T5_FrameInfo::isSrgb |
True if the texture is srgb. This is only relevant for the OpenGL graphics API.
Definition at line 396 of file types.h.
◆ isUpsideDown
bool T5_FrameInfo::isUpsideDown |
True if the image is 'upside down'.
Definition at line 399 of file types.h.
◆ leftTexHandle
void* T5_FrameInfo::leftTexHandle |
Texture handle for the left image.
The meaning of the handle will depend on the current graphics API.
- See also
- aboutGraphicsApi for further details.
Definition at line 380 of file types.h.
◆ posLVC_GBD
The position of VC, the virtual camera reference frame, relative to GBD for the left eye.
Definition at line 414 of file types.h.
◆ posRVC_GBD
The position of VC, the virtual camera reference frame, relative to GBD for the right eye.
Definition at line 421 of file types.h.
◆ rightTexHandle
void* T5_FrameInfo::rightTexHandle |
Texture handle for the right image.
The meaning of the handle will depend on the current graphics API.
- See also
- aboutGraphicsApi for further details.
Definition at line 387 of file types.h.
◆ rotToLVC_GBD
The rotation from GBD to VC, the virtual camera reference frame for the left eye.
Definition at line 410 of file types.h.
◆ rotToRVC_GBD
The rotation from GBD to VC, the virtual camera reference frame for the right eye.
Definition at line 417 of file types.h.
◆ startX_VCI
float T5_FrameInfo::startX_VCI |
◆ startY_VCI
float T5_FrameInfo::startY_VCI |
◆ texHeight_PIX
uint16_t T5_FrameInfo::texHeight_PIX |
Height of the textures pointed to by leftTexHandle and rightTexHandle.
Definition at line 393 of file types.h.
◆ texWidth_PIX
uint16_t T5_FrameInfo::texWidth_PIX |
Width of the textures pointed to by leftTexHandle and rightTexHandle.
Definition at line 390 of file types.h.
◆ width_VCI
float T5_FrameInfo::width_VCI |
The documentation for this struct was generated from the following file: