BufferFillingHelper::Quad2f Struct Reference

#include <BufferFillingHelper.h>

List of all members.

Public Attributes

IBuffer< float > * buffer
int fillType
int x0
int y0
float v0 [2]
int x1
int y1
float v1 [2]
int x2
int y2
float v2 [2]
int x3
int y3
float v3 [2]


Detailed Description

The data of a quad to filled by the multithread target function.


Member Data Documentation

IBuffer<float>* BufferFillingHelper::Quad2f::buffer

The reference to the buffer to be filled.

int BufferFillingHelper::Quad2f::fillType

The type of filling to be used for this quad.

int BufferFillingHelper::Quad2f::x0

The x-coordinate for point 0.

int BufferFillingHelper::Quad2f::y0

The y-coordinate for point 0.

float BufferFillingHelper::Quad2f::v0[2]

The value for point 0.

int BufferFillingHelper::Quad2f::x1

The x-coordinate for point 1.

int BufferFillingHelper::Quad2f::y1

The y-coordinate for point 1.

float BufferFillingHelper::Quad2f::v1[2]

The value for point 1.

int BufferFillingHelper::Quad2f::x2

The x-coordinate for point 2.

int BufferFillingHelper::Quad2f::y2

The y-coordinate for point 2.

float BufferFillingHelper::Quad2f::v2[2]

The value for point 2.

int BufferFillingHelper::Quad2f::x3

The x-coordinate for point 3.

int BufferFillingHelper::Quad2f::y3

The y-coordinate for point 3.

float BufferFillingHelper::Quad2f::v3[2]

The value for point 3.


The documentation for this struct was generated from the following file:
Generated on Fri Dec 21 17:46:06 2007 for LargeDisplayFrameworkToolkit by  doxygen 1.5.2