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
lacf_gl_pic_t Struct Reference

Data Fields

char * path
 
GLuint tex
 
uint8_t * pixels
 
int w
 
int h
 
double in_use
 
glutils_cache_t * cache
 
dr_t proj_matrix
 
dr_t mv_matrix
 
GLuint shader
 

Detailed Description

Definition at line 32 of file lacf_gl_pic.c.

Field Documentation

◆ cache

glutils_cache_t* cache

Definition at line 38 of file lacf_gl_pic.c.

◆ h

int h

Definition at line 36 of file lacf_gl_pic.c.

◆ in_use

double in_use

Definition at line 37 of file lacf_gl_pic.c.

◆ mv_matrix

dr_t mv_matrix

Definition at line 40 of file lacf_gl_pic.c.

◆ path

char* path

Definition at line 33 of file lacf_gl_pic.c.

◆ pixels

uint8_t* pixels

Definition at line 35 of file lacf_gl_pic.c.

◆ proj_matrix

dr_t proj_matrix

Definition at line 39 of file lacf_gl_pic.c.

◆ shader

GLuint shader

Definition at line 41 of file lacf_gl_pic.c.

◆ tex

GLuint tex

Definition at line 34 of file lacf_gl_pic.c.

◆ w

int w

Definition at line 36 of file lacf_gl_pic.c.


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