mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Remove fmt parameter from wlr_texture_write_pixels
It's not allowed to change the format of a texture so remove the confusing parameter.
This commit is contained in:
parent
8beeb88309
commit
cd28637187
6 changed files with 32 additions and 20 deletions
|
|
@ -72,6 +72,7 @@ struct wlr_gles2_texture {
|
|||
enum wlr_gles2_texture_type type;
|
||||
int width, height;
|
||||
bool has_alpha;
|
||||
uint32_t wl_format; // used to interpret upload data
|
||||
bool inverted_y;
|
||||
|
||||
// Not set if WLR_GLES2_TEXTURE_GLTEX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue