texmanip.h File Reference
Go to the source code of this file.
Defines |
#define | INCLUDED_TEXMANIP_H |
Typedefs |
typedef unsigned char | byte |
Functions |
void | R_ResampleTexture (const void *indata, int inwidth, int inheight, void *outdata, int outwidth, int outheight, int bytesperpixel) |
void | GL_MipReduce (byte *in, byte *out, int width, int height, int destwidth, int destheight) |
Define Documentation
#define INCLUDED_TEXMANIP_H |
Typedef Documentation
typedef unsigned char byte |
Function Documentation
void GL_MipReduce |
( |
byte * |
in, |
|
|
byte * |
out, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
destwidth, |
|
|
int |
destheight | |
|
) |
| | |
void R_ResampleTexture |
( |
const void * |
indata, |
|
|
int |
inwidth, |
|
|
int |
inheight, |
|
|
void * |
outdata, |
|
|
int |
outwidth, |
|
|
int |
outheight, |
|
|
int |
bytesperpixel | |
|
) |
| | |