#include <r_program.h>
Data Fields | |
GLint | type |
char | name [MAX_QPATH] |
GLint | location |
Definition at line 37 of file r_program.h.
GLint r_progvar_s::location |
Definition at line 40 of file r_program.h.
Referenced by R_AttributePointer(), R_DisableAttribute(), R_EnableAttribute(), R_ProgramParameter1f(), R_ProgramParameter1fvs(), R_ProgramParameter1i(), R_ProgramParameter2fv(), R_ProgramParameter2fvs(), R_ProgramParameter3fv(), R_ProgramParameter4fv(), and R_ProgramVariable().
char r_progvar_s::name[MAX_QPATH] |
Definition at line 39 of file r_program.h.
Referenced by R_ProgramVariable().
GLint r_progvar_s::type |
Definition at line 38 of file r_program.h.
Referenced by R_ProgramVariable().