UFO: Alien Invasion
Loading...
Searching...
No Matches
r_shader_t Struct Reference

#include <r_program.h>

Collaboration diagram for r_shader_t:
Collaboration graph

Data Fields

GLenum type
GLuint id
char name [MAX_QPATH]

Detailed Description

Definition at line 27 of file r_program.h.

Field Documentation

◆ id

GLuint r_shader_t::id

Definition at line 29 of file r_program.h.

Referenced by R_LoadProgram(), R_LoadShader(), R_ShutdownProgram(), and R_ShutdownShader().

◆ name

char r_shader_t::name[MAX_QPATH]

Definition at line 30 of file r_program.h.

Referenced by R_LoadShader().

◆ type

GLenum r_shader_t::type

Definition at line 28 of file r_program.h.

Referenced by R_LoadShader().


The documentation for this struct was generated from the following file: