mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05: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
|
|
@ -5,7 +5,7 @@
|
|||
#include <wlr/types/wlr_matrix.h>
|
||||
|
||||
void wlr_renderer_init(struct wlr_renderer *renderer,
|
||||
struct wlr_renderer_impl *impl) {
|
||||
const struct wlr_renderer_impl *impl) {
|
||||
renderer->impl = impl;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue