aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/render
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-03-15 19:31:02 +0100
committeremersion <contact@emersion.fr>2018-03-15 19:31:02 +0100
commit876f07e9f13946609047e8e32ca7918548315e1c (patch)
tree07fe534708d37ffa146a6631445cf57d19e931fb /include/wlr/render
parent1914a1aa2b4f3c5678bbbf7d734352a6f51bec58 (diff)
renderer: replace wlr_texture_get_matrix by wlr_render_texture
Diffstat (limited to 'include/wlr/render')
-rw-r--r--include/wlr/render/interface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/render/interface.h b/include/wlr/render/interface.h
index c8b4c8eb..1b8b7946 100644
--- a/include/wlr/render/interface.h
+++ b/include/wlr/render/interface.h
@@ -62,8 +62,6 @@ struct wlr_texture_impl {
uint32_t width, uint32_t height);
bool (*upload_dmabuf)(struct wlr_texture *texture,
struct wl_resource *dmabuf_resource);
- void (*get_matrix)(struct wlr_texture *state, float mat[static 9],
- const float projection[static 9], int x, int y);
void (*get_buffer_size)(struct wlr_texture *texture,
struct wl_resource *resource, int *width, int *height);
void (*bind)(struct wlr_texture *texture);