Developer Documentation
ACG::GLStateContext::GLVertexPointer Struct Reference

Public Member Functions

bool equals (GLint _size, GLenum _type, GLsizei _stride, const GLvoid *_ptr)
 
void set (GLint _size, GLenum _type, GLsizei _stride, const GLvoid *_ptr)
 

Public Attributes

GLint size
 
GLenum type
 
GLsizei stride
 
const GLvoid * pointer
 

Detailed Description

Definition at line 173 of file GLState.hh.

Constructor & Destructor Documentation

◆ GLVertexPointer()

ACG::GLStateContext::GLVertexPointer::GLVertexPointer ( )
inline

Definition at line 175 of file GLState.hh.

Member Function Documentation

◆ equals()

bool ACG::GLStateContext::GLVertexPointer::equals ( GLint  _size,
GLenum  _type,
GLsizei  _stride,
const GLvoid *  _ptr 
)
inline

Definition at line 182 of file GLState.hh.

◆ set()

void ACG::GLStateContext::GLVertexPointer::set ( GLint  _size,
GLenum  _type,
GLsizei  _stride,
const GLvoid *  _ptr 
)
inline

Definition at line 187 of file GLState.hh.

Member Data Documentation

◆ pointer

const GLvoid* ACG::GLStateContext::GLVertexPointer::pointer

Definition at line 180 of file GLState.hh.

◆ size

GLint ACG::GLStateContext::GLVertexPointer::size

Definition at line 177 of file GLState.hh.

◆ stride

GLsizei ACG::GLStateContext::GLVertexPointer::stride

Definition at line 179 of file GLState.hh.

◆ type

GLenum ACG::GLStateContext::GLVertexPointer::type

Definition at line 178 of file GLState.hh.


The documentation for this struct was generated from the following file: