forked from AuroraMiddleware/gtk
Merge branch 'matthiasc/for-main' into 'main'
gsk/gl: Typo fix See merge request GNOME/gtk!4628
This commit is contained in:
commit
f13a018739
@ -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 GK_RGBA8, GL_RGBA16F or GL_RGBA32F.
|
||||
* Typical examples for @format are GL_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.
|
||||
|
Loading…
Reference in New Issue
Block a user