Description: | True if x-D texturing enabled (x is 1-D or 2-D) |
Attribute group: | texture/enable |
Initial value: | GL_FALSE |
Get command: | glIsEnabled |
Description: | x-D texture image at level of detail i |
Attribute group: | — |
Initial value: | — |
Get command: | glGetTexImage |
Description: | x-D texture image i's width |
Attribute group: | — |
Initial value: | 0 |
Get command: | glGetTexLevelParameter |
Description: | x-D texture image i's height |
Attribute group: | — |
Initial value: | 0 |
Get command: | glGetTexLevelParameter |
Description: | x-D texture image i's border |
Attribute group: | — |
Initial value: | 0 |
Get command: | glGetTexLevelParameter |
Description: | Texture image components |
Attribute group: | — |
Initial value: | 1 |
Get command: | glGetTexLevelParameter |
Description: | Texture border color |
Attribute group: | texture |
Initial value: | 0,0,0,0 |
Get command: | glGetTexParameter |
Description: | Texture minification function |
Attribute group: | texture |
Initial value: | GL_NEAREST_MIPMAP_LINEAR |
Get command: | glGetTexParameter |
Description: | Texture magnification function |
Attribute group: | texture |
Initial value: | GL_LINEAR |
Get command: | glGetTexParameter |
Description: | Texture wrap mode (x is S or T) |
Attribute group: | texture |
Initial value: | GL_REPEAT |
Get command: | glGetTexParameter |
Description: | Texture application function |
Attribute group: | texture |
Initial value: | GL_MODULATE |
Get command: | glGetTexEnviv |
Description: | Texture environment color |
Attribute group: | texture |
Initial value: | 0,0,0,0 |
Get command: | glGetTexEnvfv |
Description: | Texgen is enabled (x is S, T, R, or Q) |
Attribute group: | texture/enable |
Initial value: | GL_FALSE |
Get command: | glIsEnabled |
Description: | Texgen plane equation coefficients |
Attribute group: | texture |
Initial value: | — |
Get command: | glGetTexGenfv |
Description: | Texgen object linear coefficients |
Attribute group: | texture |
Initial value: | — |
Get command: | glGetTexGenfv |
Description: | Function used for texgen |
Attribute group: | texture |
Initial value: | GL_EYTE_LINEAR |
Get command: | glGetTexGeniv |