|
UFO: Alien Invasion
|
Weather effects rendering subsystem implementation. More...

Go to the source code of this file.
Functions | |
| static GLuint | wpTexture (void) |
| Gives handle to (and uploads if needed) weather particle texture; also binds it to the active texture unit. | |
Variables | |
| static const uint8_t | wpImage [8][8] |
Weather effects rendering subsystem implementation.
Definition in file r_weather.cpp.
Gives handle to (and uploads if needed) weather particle texture; also binds it to the active texture unit.
Definition at line 49 of file r_weather.cpp.
References glBindTexture(), glGenTextures(), glTexImage2D(), glTexParameterf(), GLuint, R_EnableTexture(), texunit_diffuse, and wpImage.
Referenced by Weather::render().
|
static |
Definition at line 33 of file r_weather.cpp.
Referenced by wpTexture().