mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 05:58:05 +02:00
fix typo, indentation
This commit is contained in:
parent
4818b0bea1
commit
0606ad45f6
1 changed files with 3 additions and 3 deletions
|
|
@ -84,8 +84,8 @@ enum _format {
|
|||
MESA_FORMAT_YCBCR, /* YYYY YYYY UorV UorV */
|
||||
MESA_FORMAT_YCBCR_REV, /* UorV UorV YYYY YYYY */
|
||||
MESA_FORMAT_Z24_S8, /* ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ SSSS SSSS */
|
||||
MESA_FORMAT_Z16, /* ZZZZ ZZZZ ZZZZ ZZZZ */
|
||||
MESA_FORMAT_Z32, /*ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ */
|
||||
MESA_FORMAT_Z16, /* ZZZZ ZZZZ ZZZZ ZZZZ */
|
||||
MESA_FORMAT_Z32, /* ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ */
|
||||
/*@}*/
|
||||
|
||||
#if FEATURE_EXT_texture_sRGB
|
||||
|
|
@ -166,7 +166,7 @@ extern const struct gl_texture_format _mesa_texformat_intensity;
|
|||
/*@{*/
|
||||
extern const struct gl_texture_format _mesa_texformat_srgb8;
|
||||
extern const struct gl_texture_format _mesa_texformat_srgba8;
|
||||
extern const struct gl_texture_format _mesa_texformat_s8;
|
||||
extern const struct gl_texture_format _mesa_texformat_sl8;
|
||||
extern const struct gl_texture_format _mesa_texformat_sla8;
|
||||
/*@}*/
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue