mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-18 17:18:30 +02:00
fixed RGBA/RGB typo
This commit is contained in:
parent
197c526d63
commit
81e3955acf
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: texformat.c,v 1.4 2001/03/27 19:18:02 gareth Exp $ */
|
||||
/* $Id: texformat.c,v 1.5 2001/03/27 20:26:37 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -91,7 +91,7 @@ const struct gl_texture_format _mesa_texformat_rgba = {
|
|||
};
|
||||
|
||||
const struct gl_texture_format _mesa_texformat_rgb = {
|
||||
MESA_FORMAT_RGBA, /* IntFormat */
|
||||
MESA_FORMAT_RGB, /* IntFormat */
|
||||
GL_RGB, /* BaseFormat */
|
||||
CHAN_TYPE, /* BaseType */
|
||||
CHAN_BITS, /* RedBits */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue