projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93921f3
)
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>
Thu, 21 Apr 2022 23:24:41 +0000
(19:24 -0400)
gsk/gl/gskgldriver.c
patch
|
blob
|
history
diff --git
a/gsk/gl/gskgldriver.c
b/gsk/gl/gskgldriver.c
index 327dea93ff2335622e395d8c0e9852c0bab0f2cf..4ba4dc73bc27a3f7ae58f50a52119f7f92a8221b 100644
(file)
--- a/
gsk/gl/gskgldriver.c
+++ b/
gsk/gl/gskgldriver.c
@@
-831,7
+831,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.