mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 05:40:30 +01:00
mesa/teximage: fix GL_FLOAT in comment
Noticed by Brian. Trivial. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
2d9308012c
commit
21f3df0820
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
|||
* format needs to be a 32 bit component and in case of GL_HALF_FLOAT_OES it
|
||||
* needs to be a 16 bit component.
|
||||
*
|
||||
* For example, given base format GL_RGBA, type GL_Float return GL_RGBA32F_ARB.
|
||||
* For example, given base format GL_RGBA, type GL_FLOAT return GL_RGBA32F_ARB.
|
||||
*/
|
||||
static GLenum
|
||||
adjust_for_oes_float_texture(const struct gl_context *ctx,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue