mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 04:08:25 +02:00
mesa: remove stray GL_FLOAT case in _mesa_is_legal_format_and_type()
This commit is contained in:
parent
dd28b4c1fc
commit
802bd6b705
1 changed files with 0 additions and 1 deletions
|
|
@ -581,7 +581,6 @@ _mesa_is_legal_format_and_type(const struct gl_context *ctx,
|
|||
case GL_UNSIGNED_SHORT:
|
||||
case GL_INT:
|
||||
case GL_UNSIGNED_INT:
|
||||
case GL_FLOAT:
|
||||
case GL_UNSIGNED_SHORT_4_4_4_4:
|
||||
case GL_UNSIGNED_SHORT_4_4_4_4_REV:
|
||||
case GL_UNSIGNED_SHORT_5_5_5_1:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue