ReactOS 0.4.15-dev-7924-g5949c20
bezierPatchMesh Struct Reference

#include <bezierPatchMesh.h>

Collaboration diagram for bezierPatchMesh:

Public Attributes

bezierPatchbpatch
 
bezierPatchbpatch_normal
 
bezierPatchbpatch_texcoord
 
bezierPatchbpatch_color
 
floatUVarray
 
intlength_array
 
GLenumtype_array
 
int size_UVarray
 
int index_UVarray
 
int size_length_array
 
int index_length_array
 
int counter
 
GLenum type
 
floatvertex_array
 
floatnormal_array
 
floatcolor_array
 
floattexcoord_array
 
struct bezierPatchMeshnext
 

Detailed Description

Definition at line 39 of file bezierPatchMesh.h.

Member Data Documentation

◆ bpatch

◆ bpatch_color

◆ bpatch_normal

◆ bpatch_texcoord

◆ color_array

float* bezierPatchMesh::color_array

Definition at line 61 of file bezierPatchMesh.h.

◆ counter

int bezierPatchMesh::counter

◆ index_length_array

◆ index_UVarray

◆ length_array

◆ next

struct bezierPatchMesh* bezierPatchMesh::next

Definition at line 65 of file bezierPatchMesh.h.

Referenced by bezierPatchMeshListInsert().

◆ normal_array

float* bezierPatchMesh::normal_array

◆ size_length_array

int bezierPatchMesh::size_length_array

Definition at line 52 of file bezierPatchMesh.h.

Referenced by bezierPatchMeshEndStrip(), and bezierPatchMeshPrint().

◆ size_UVarray

int bezierPatchMesh::size_UVarray

Definition at line 50 of file bezierPatchMesh.h.

Referenced by bezierPatchMeshInsertUV(), and bezierPatchMeshPrint().

◆ texcoord_array

float* bezierPatchMesh::texcoord_array

Definition at line 62 of file bezierPatchMesh.h.

◆ type

GLenum bezierPatchMesh::type

Definition at line 56 of file bezierPatchMesh.h.

Referenced by bezierPatchMeshBeginStrip(), and bezierPatchMeshEndStrip().

◆ type_array

◆ UVarray

◆ vertex_array

float* bezierPatchMesh::vertex_array

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