Home
last modified time | relevance | path

Searched defs:gl_light (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dmtypes.h622 struct gl_light struct
624 struct gl_light *next; /**< double linked list with sentinel */ argument
625 struct gl_light *prev; argument
627 GLfloat Ambient[4]; /**< ambient color */
628 GLfloat Diffuse[4]; /**< diffuse color */
629 GLfloat Specular[4]; /**< specular color */
630 GLfloat EyePosition[4]; /**< position in eye coordinates */
631 GLfloat SpotDirection[4]; /**< spotlight direction in eye coordinates */
632 GLfloat SpotExponent;
633 GLfloat SpotCutoff; /**< in degrees */
[all …]