#include <gl.h>
Public Attributes | |
color_t | colors [2] |
qboolean | scissor |
float | scale |
clipRect_t | clip |
float | alpha_scale |
float drawStatic_t::alpha_scale |
Definition at line 716 of file vkpt.h.
Referenced by enqueue_stretch_pic(), and R_SetAlphaScale_RTX().
clipRect_t drawStatic_t::clip |
Definition at line 92 of file draw.c.
Referenced by R_DrawFixedData(), R_DrawStretchData(), R_InitDraw(), and R_SetClipRect().
color_t drawStatic_t::colors |
Definition at line 402 of file gl.h.
Referenced by draw_char(), GL_Setup2D(), R_ClearColor(), R_ClearColor_GL(), R_ClearColor_RTX(), R_DrawPic(), R_DrawPic_GL(), R_DrawStretchPic(), R_DrawStretchPic_GL(), R_DrawStretchPic_RTX(), R_InitDraw(), R_SetAlpha(), R_SetAlpha_GL(), R_SetAlpha_RTX(), R_SetColor(), R_SetColor_GL(), and R_SetColor_RTX().
float drawStatic_t::scale |
Definition at line 404 of file gl.h.
Referenced by _GL_StretchPic(), enqueue_stretch_pic(), GL_Setup2D(), R_SetClipRect_GL(), R_SetScale_GL(), and R_SetScale_RTX().
qboolean drawStatic_t::scissor |
Definition at line 403 of file gl.h.
Referenced by GL_Setup2D(), and R_SetClipRect_GL().