libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
shader_obj_t Struct Reference
Collaboration diagram for shader_obj_t:
Collaboration graph
[legend]

Data Fields

const shader_prog_info_tinfo
 
char * dirpath
 
GLuint prog
 
const char ** attr_names
 
unsigned num_attrs
 
GLint attr_loc [128]
 
const char ** uniform_names
 
unsigned num_uniforms
 
GLint uniform_loc [128]
 
delay_line_t check_delay
 
time_t load_time
 

Detailed Description

Definition at line 264 of file shader.h.

Field Documentation

◆ attr_loc

GLint attr_loc[128]

Definition at line 270 of file shader.h.

◆ attr_names

const char** attr_names

Definition at line 268 of file shader.h.

◆ check_delay

delay_line_t check_delay

Definition at line 274 of file shader.h.

◆ dirpath

char* dirpath

Definition at line 266 of file shader.h.

◆ info

const shader_prog_info_t* info

Definition at line 265 of file shader.h.

◆ load_time

time_t load_time

Definition at line 275 of file shader.h.

◆ num_attrs

unsigned num_attrs

Definition at line 269 of file shader.h.

◆ num_uniforms

unsigned num_uniforms

Definition at line 272 of file shader.h.

◆ prog

GLuint prog

Definition at line 267 of file shader.h.

◆ uniform_loc

GLint uniform_loc[128]

Definition at line 273 of file shader.h.

◆ uniform_names

const char** uniform_names

Definition at line 271 of file shader.h.


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