mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
gl driver: Make some members const
This commit is contained in:
parent
b488329104
commit
fe7db31663
@ -45,10 +45,10 @@ struct _GskGLDriver
|
|||||||
GHashTable *textures;
|
GHashTable *textures;
|
||||||
GHashTable *vaos;
|
GHashTable *vaos;
|
||||||
|
|
||||||
Texture *bound_source_texture;
|
const Texture *bound_source_texture;
|
||||||
Texture *bound_mask_texture;
|
const Texture *bound_mask_texture;
|
||||||
Vao *bound_vao;
|
const Vao *bound_vao;
|
||||||
Fbo *bound_fbo;
|
const Fbo *bound_fbo;
|
||||||
|
|
||||||
int max_texture_size;
|
int max_texture_size;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user