#include <ovrheadset/TextureStatic.h>
Classes | |
struct | Image |
Public Member Functions | |
TextureStatic (ovrSession session, const TextureStatic::Image &img) | |
~TextureStatic () | |
Public Attributes | |
ovrSession | session |
ovrTextureSwapChain | textureSwapChain |
unsigned int | width |
unsigned int | height |
unsigned int | bytes_per_pixel |
unsigned int | padding |
unsigned int | rowSize |
unsigned int | bufferSize |
GLuint | chainTexId |
GLuint | texId |
GLubyte * | ptr |
Definition at line 26 of file TextureStatic.h.
TextureStatic::TextureStatic | ( | ovrSession | session, |
const TextureStatic::Image & | img | ||
) |
Definition at line 27 of file TextureStatic.cpp.
TextureStatic::~TextureStatic | ( | ) |
Definition at line 42 of file TextureStatic.cpp.
unsigned int TextureStatic::bufferSize |
Definition at line 47 of file TextureStatic.h.
unsigned int TextureStatic::bytes_per_pixel |
Definition at line 44 of file TextureStatic.h.
GLuint TextureStatic::chainTexId |
Definition at line 49 of file TextureStatic.h.
unsigned int TextureStatic::height |
Definition at line 43 of file TextureStatic.h.
unsigned int TextureStatic::padding |
Definition at line 45 of file TextureStatic.h.
GLubyte* TextureStatic::ptr |
Definition at line 52 of file TextureStatic.h.
unsigned int TextureStatic::rowSize |
Definition at line 46 of file TextureStatic.h.
ovrSession TextureStatic::session |
Definition at line 39 of file TextureStatic.h.
GLuint TextureStatic::texId |
Definition at line 50 of file TextureStatic.h.
ovrTextureSwapChain TextureStatic::textureSwapChain |
Definition at line 40 of file TextureStatic.h.
unsigned int TextureStatic::width |
Definition at line 42 of file TextureStatic.h.