mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
Merge branch 'gles2_texture_format' into 'master'
render/gles2: export gl fromat on texture attribs See merge request wlroots/wlroots!5250
This commit is contained in:
commit
b8d9ba20b1
3 changed files with 4 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ struct wlr_gles2_texture_attribs {
|
|||
GLuint tex;
|
||||
|
||||
bool has_alpha;
|
||||
GLint format;
|
||||
};
|
||||
|
||||
bool wlr_renderer_is_gles2(const struct wlr_renderer *wlr_renderer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue