ReactOS 0.4.15-dev-7918-g2a2556c
gl_light_attrib Struct Reference

#include <types.h>

Collaboration diagram for gl_light_attrib:

Public Attributes

struct gl_light Light [MAX_LIGHTS]
 
struct gl_lightmodel Model
 
struct gl_material Material [2]
 
GLboolean Enabled
 
GLenum ShadeModel
 
GLenum ColorMaterialFace
 
GLenum ColorMaterialMode
 
GLuint ColorMaterialBitmask
 
GLboolean ColorMaterialEnabled
 
struct gl_lightFirstEnabled
 
GLboolean Fast
 
GLfloat BaseColor [2][4]
 

Detailed Description

Definition at line 775 of file types.h.

Member Data Documentation

◆ BaseColor

GLfloat gl_light_attrib::BaseColor[2][4]

Definition at line 789 of file types.h.

◆ ColorMaterialBitmask

GLuint gl_light_attrib::ColorMaterialBitmask

Definition at line 783 of file types.h.

◆ ColorMaterialEnabled

GLboolean gl_light_attrib::ColorMaterialEnabled

Definition at line 784 of file types.h.

◆ ColorMaterialFace

GLenum gl_light_attrib::ColorMaterialFace

Definition at line 781 of file types.h.

◆ ColorMaterialMode

GLenum gl_light_attrib::ColorMaterialMode

Definition at line 782 of file types.h.

◆ Enabled

GLboolean gl_light_attrib::Enabled

Definition at line 779 of file types.h.

◆ Fast

GLboolean gl_light_attrib::Fast

Definition at line 788 of file types.h.

◆ FirstEnabled

struct gl_light* gl_light_attrib::FirstEnabled

Definition at line 787 of file types.h.

◆ Light

struct gl_light gl_light_attrib::Light[MAX_LIGHTS]

Definition at line 776 of file types.h.

◆ Material

struct gl_material gl_light_attrib::Material[2]

Definition at line 778 of file types.h.

◆ Model

struct gl_lightmodel gl_light_attrib::Model

Definition at line 777 of file types.h.

◆ ShadeModel

GLenum gl_light_attrib::ShadeModel

Definition at line 780 of file types.h.


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