Eulerian Smoke Simulation on the GPU
VertexAttribute Class Reference

A class to hold a vertex attribute's index and data buffer handle. More...

#include <VertexArrayObject.h>

List of all members.

Public Member Functions

 VertexAttribute (int _attribIndex, GLuint _bufferHandle)
 Contructor.

Public Attributes

int m_attribIndex
 The vertex attribute's index.
GLuint m_bufferHandle
 The vertex attribute's data buffer handle.

Detailed Description

A class to hold a vertex attribute's index and data buffer handle.

Author:
Nikolaos Verigakis
Version:
1.0
Date:
26/07/11 Revision History : Initial Version 26/07/11

Constructor & Destructor Documentation

VertexAttribute::VertexAttribute ( int  _attribIndex,
GLuint  _bufferHandle 
) [inline]

Contructor.

Parameters:
[in]_attribIndexthe vertex attribute's index
[in]_bufferHandlethe vertex attribute's data buffer handle

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables