mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
render/gles2: remove global state, use OpenGL debug extension
This commit is contained in:
parent
ff2e08aa74
commit
95e86e675a
10 changed files with 526 additions and 372 deletions
|
|
@ -9,7 +9,7 @@
|
|||
struct wlr_texture_impl;
|
||||
|
||||
struct wlr_texture {
|
||||
struct wlr_texture_impl *impl;
|
||||
const struct wlr_texture_impl *impl;
|
||||
|
||||
bool valid;
|
||||
uint32_t format;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue