YARP
Yet Another Robot Platform
TextureCrosshairs Class Reference

#include <ovrheadset/TextureLogo.h>

Public Member Functions

 TextureCrosshairs (ovrSession session)
 
 ~TextureCrosshairs ()
 
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 61 of file TextureLogo.h.

Constructor & Destructor Documentation

◆ TextureCrosshairs()

TextureCrosshairs::TextureCrosshairs ( ovrSession  session)

Definition at line 95 of file TextureLogo.cpp.

◆ ~TextureCrosshairs()

TextureCrosshairs::~TextureCrosshairs ( )

Definition at line 111 of file TextureLogo.cpp.

Member Function Documentation

◆ update()

void TextureCrosshairs::update ( )

Member Data Documentation

◆ bufferSize

unsigned int TextureCrosshairs::bufferSize

Definition at line 77 of file TextureLogo.h.

◆ bytes_per_pixel

unsigned int TextureCrosshairs::bytes_per_pixel

Definition at line 74 of file TextureLogo.h.

◆ chainTexId

GLuint TextureCrosshairs::chainTexId

Definition at line 79 of file TextureLogo.h.

◆ height

unsigned int TextureCrosshairs::height

Definition at line 73 of file TextureLogo.h.

◆ padding

unsigned int TextureCrosshairs::padding

Definition at line 75 of file TextureLogo.h.

◆ ptr

GLubyte* TextureCrosshairs::ptr

Definition at line 82 of file TextureLogo.h.

◆ rowSize

unsigned int TextureCrosshairs::rowSize

Definition at line 76 of file TextureLogo.h.

◆ session

ovrSession TextureCrosshairs::session

Definition at line 69 of file TextureLogo.h.

◆ texId

GLuint TextureCrosshairs::texId

Definition at line 80 of file TextureLogo.h.

◆ textureSwapChain

ovrTextureSwapChain TextureCrosshairs::textureSwapChain

Definition at line 70 of file TextureLogo.h.

◆ width

unsigned int TextureCrosshairs::width

Definition at line 72 of file TextureLogo.h.


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