Public Member Functions | Public Attributes

DX8VSConstant Struct Reference

Search for all occurrences

#include <idx8vertexshader.h>

Inheritance diagram for DX8VSConstant:
Inheritance graph
[legend]

List of all members.

Public Member Functions

float &  operator[] (int i)
const float &  operator[] (int i) const

Public Attributes

float  a
float  b
float  c
float  d

Member Function Documentation

float& operator[] ( int  i ) [inline]
{ return (&a)[i]; }     
const float& operator[] ( int  i ) const [inline]
{ return (&a)[i]; }  

Member Data Documentation

float a
float b
float c
float d