projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
048bb6d
)
gsk/gl: Typo fix
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 8 Apr 2022 15:18:15 +0000
(11:18 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 8 Apr 2022 15:20:12 +0000
(11:20 -0400)
gsk/gl/gskgldriver.c
patch
|
blob
|
history
diff --git
a/gsk/gl/gskgldriver.c
b/gsk/gl/gskgldriver.c
index 0be0b8f5f19d4792a11ccc049a60a3a475fc62f0..179e870d80e0ff658f960d7d8d25bbfda749af5e 100644
(file)
--- a/
gsk/gl/gskgldriver.c
+++ b/
gsk/gl/gskgldriver.c
@@
-796,7
+796,7
@@
gsk_gl_driver_load_texture (GskGLDriver *self,
* to upload data, map to a framebuffer, or other uses which may
* modify the texture immediately.
*
- * Typical examples for @format are G
K
_RGBA8, GL_RGBA16F or GL_RGBA32F.
+ * Typical examples for @format are G
L
_RGBA8, GL_RGBA16F or GL_RGBA32F.
*
* Use gsk_gl_driver_release_texture() to release this texture back into
* the pool so it may be reused later in the pipeline.