YARP
Yet Another Robot Platform
TextureStatic Class Reference

#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
 

Detailed Description

Definition at line 26 of file TextureStatic.h.

Constructor & Destructor Documentation

◆ TextureStatic()

TextureStatic::TextureStatic ( ovrSession  session,
const TextureStatic::Image img 
)

Definition at line 27 of file TextureStatic.cpp.

◆ ~TextureStatic()

TextureStatic::~TextureStatic ( )

Definition at line 42 of file TextureStatic.cpp.

Member Data Documentation

◆ bufferSize

unsigned int TextureStatic::bufferSize

Definition at line 47 of file TextureStatic.h.

◆ bytes_per_pixel

unsigned int TextureStatic::bytes_per_pixel

Definition at line 44 of file TextureStatic.h.

◆ chainTexId

GLuint TextureStatic::chainTexId

Definition at line 49 of file TextureStatic.h.

◆ height

unsigned int TextureStatic::height

Definition at line 43 of file TextureStatic.h.

◆ padding

unsigned int TextureStatic::padding

Definition at line 45 of file TextureStatic.h.

◆ ptr

GLubyte* TextureStatic::ptr

Definition at line 52 of file TextureStatic.h.

◆ rowSize

unsigned int TextureStatic::rowSize

Definition at line 46 of file TextureStatic.h.

◆ session

ovrSession TextureStatic::session

Definition at line 39 of file TextureStatic.h.

◆ texId

GLuint TextureStatic::texId

Definition at line 50 of file TextureStatic.h.

◆ textureSwapChain

ovrTextureSwapChain TextureStatic::textureSwapChain

Definition at line 40 of file TextureStatic.h.

◆ width

unsigned int TextureStatic::width

Definition at line 42 of file TextureStatic.h.


The documentation for this class was generated from the following files: