Go to the source code of this file.
Functions | |
| void | vgui_rasterpos4dv (double const X[4]) |
| Wraps glRasterPos4dv to enable setting an "invalid" raster position. | |
| void | vgui_rasterpos2f (float x, float y) |
| Wraps glRasterPos2f to enable setting an "invalid" raster position. | |
| void | vgui_rasterpos2i (int x, int y) |
| Wraps glRasterPos2i to enable setting an "invalid" raster position. | |
| bool | vgui_rasterpos_valid () |
| Returns true iff the current raster position is valid. | |
Definition in file vgui_rasterpos.h.
| void vgui_rasterpos2f | ( | float | x, |
| float | y | ||
| ) |
Wraps glRasterPos2f to enable setting an "invalid" raster position.
Definition at line 51 of file vgui_rasterpos.cxx.
| void vgui_rasterpos2i | ( | int | x, |
| int | y | ||
| ) |
Wraps glRasterPos2i to enable setting an "invalid" raster position.
Definition at line 58 of file vgui_rasterpos.cxx.
| void vgui_rasterpos4dv | ( | double const | X[4] | ) |
Wraps glRasterPos4dv to enable setting an "invalid" raster position.
Definition at line 16 of file vgui_rasterpos.cxx.
| bool vgui_rasterpos_valid | ( | ) |
Returns true iff the current raster position is valid.
Definition at line 65 of file vgui_rasterpos.cxx.
1.7.5.1