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_prog_info_t Struct Reference
Collaboration diagram for shader_prog_info_t:
Collaboration graph
[legend]

Data Fields

const char * progname
 
const shader_info_tvert
 
const shader_info_tfrag
 
const shader_info_tcomp
 
const shader_attr_bind_tattr_binds
 

Detailed Description

Definition at line 124 of file shader.h.

Field Documentation

◆ attr_binds

const shader_attr_bind_t* attr_binds

Definition at line 129 of file shader.h.

◆ comp

const shader_info_t* comp

Definition at line 128 of file shader.h.

◆ frag

const shader_info_t* frag

Definition at line 127 of file shader.h.

◆ progname

const char* progname

Definition at line 125 of file shader.h.

◆ vert

const shader_info_t* vert

Definition at line 126 of file shader.h.


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