gDPSetTextureLUT.3p
909 Bytes
.TH gDPSetTextureLUT 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
gDPSetTextureLUT, gsDPSetTextureLUT
\- enable and disable for true color or lookup table textures.
.SH C SPECIFICATION
.nf
\f3#include "gbi.h"
gDPSetTextureLUT(Gfx *gdl, unsigned int mode)
gsDPSetTextureLUT(unsigned int mode)
\fP
.fi
.SH PARAMETERS
.TP 10
.I *gdl
graphics display list pointer.
.TP
.I mode
\f3G_TT_NONE, G_TT_RGBA16, G_TT_IA16.\fP
.SH DESCRIPTION
\f3G_TT_NONE\fP disables table lookup textures and enables true color textures.
.PP
\f3G_TT_RGBA16\fP enables table lookup textures.
This mode assumes that the TLUT entries are 16 bit RGBA format.
.PP
\f3G_TT_IA16\fP enables table lookup textures.
This mode assumes that the TLUT entries are 16 bit IA format.
.SH SEE ALSO
.IR gDPLoadTLUT_pal* (3P)
.IR gDPLoadTextureBlock (3P)
.IR gDPLoadTextureBlock_4b (3P)
.IR gDPLoadTextureTile (3P)
.IR gDPLoadTextureTile_4b (3P)