mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-05-22 21:38:23 -04:00
render/gles2: Fix wording
Drop superfluous "is" and use "They" to refer to the states. Signed-off-by: Guido Günther <agx@sigxcpu.org>
This commit is contained in:
parent
e8c03e9ce9
commit
9479b45642
1 changed files with 2 additions and 2 deletions
|
|
@ -119,8 +119,8 @@ struct wlr_gles2_texture {
|
||||||
|
|
||||||
GLenum target;
|
GLenum target;
|
||||||
|
|
||||||
// If this texture is imported from a buffer, the texture is does not own
|
// If this texture is imported from a buffer, the texture does not own
|
||||||
// these states. These cannot be destroyed along with the texture in this
|
// these states. They cannot be destroyed along with the texture in this
|
||||||
// case.
|
// case.
|
||||||
GLuint tex;
|
GLuint tex;
|
||||||
GLuint fbo;
|
GLuint fbo;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue