YARP
Yet Another Robot Platform
TextureLogo Class Reference

#include <ovrheadset/TextureLogo.h>

Classes

struct  Image
 

Public Member Functions

 TextureLogo (ovrSession session)
 
 ~TextureLogo ()
 
void update ()
 

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 TextureLogo.h.

Constructor & Destructor Documentation

◆ TextureLogo()

TextureLogo::TextureLogo ( ovrSession  session)

Definition at line 31 of file TextureLogo.cpp.

◆ ~TextureLogo()

TextureLogo::~TextureLogo ( )

Definition at line 47 of file TextureLogo.cpp.

Member Function Documentation

◆ update()

void TextureLogo::update ( )

Member Data Documentation

◆ bufferSize

unsigned int TextureLogo::bufferSize

Definition at line 49 of file TextureLogo.h.

◆ bytes_per_pixel

unsigned int TextureLogo::bytes_per_pixel

Definition at line 46 of file TextureLogo.h.

◆ chainTexId

GLuint TextureLogo::chainTexId

Definition at line 51 of file TextureLogo.h.

◆ height

unsigned int TextureLogo::height

Definition at line 45 of file TextureLogo.h.

◆ padding

unsigned int TextureLogo::padding

Definition at line 47 of file TextureLogo.h.

◆ ptr

GLubyte* TextureLogo::ptr

Definition at line 54 of file TextureLogo.h.

◆ rowSize

unsigned int TextureLogo::rowSize

Definition at line 48 of file TextureLogo.h.

◆ session

ovrSession TextureLogo::session

Definition at line 41 of file TextureLogo.h.

◆ texId

GLuint TextureLogo::texId

Definition at line 52 of file TextureLogo.h.

◆ textureSwapChain

ovrTextureSwapChain TextureLogo::textureSwapChain

Definition at line 42 of file TextureLogo.h.

◆ width

unsigned int TextureLogo::width

Definition at line 44 of file TextureLogo.h.


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