|
libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
|

Data Fields | |
| const shader_prog_info_t * | info |
| 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 |
| delay_line_t check_delay |
| const shader_prog_info_t* info |