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

Data Fields

const char * filename
 
const char * glsl
 
const char * entry_pt
 
const shader_spec_const_tspec_const
 

Detailed Description

Definition at line 99 of file shader.h.

Field Documentation

◆ entry_pt

const char* entry_pt

Definition at line 102 of file shader.h.

◆ filename

const char* filename

Definition at line 100 of file shader.h.

◆ glsl

const char* glsl

Definition at line 101 of file shader.h.

◆ spec_const

const shader_spec_const_t* spec_const

Definition at line 103 of file shader.h.


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