#include <stdio.h>#include <stdlib.h>#include <string.h>#include "TexLoadRGB.H"Compounds | |
| struct | _ImageRec |
Typedefs | |
| typedef _ImageRec | ImageRec |
Functions | |
| void | rgbtorgb (unsigned char *r, unsigned char *g, unsigned char *b, unsigned char *l, int n) |
| void | rgbatorgba (unsigned char *r, unsigned char *g, unsigned char *b, unsigned char *a, unsigned char *l, int n) |
| GLubyte * | read_alpha_texture (const char *name, int *width, int *height) |
| GLubyte * | read_rgb_texture (const char *name, int *width, int *height, int *numchannels) |
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
1.2.18