Documentation for <wlr/types/wlr_surface_texture.h>
Table of contents
struct wlr_surface_texture ¶
struct wlr_surface_texture { struct wlr_renderer *renderer; struct wlr_surface *surface; struct wlr_texture *texture; };
wlr_surface_texture_finish() ¶
void wlr_surface_texture_finish(struct wlr_surface_texture *surface_texture);
wlr_surface_texture_freeze() ¶
void wlr_surface_texture_freeze(struct wlr_surface_texture *surface_texture);
wlr_surface_texture_init() ¶
void wlr_surface_texture_init(struct wlr_surface_texture *surface_texture, struct wlr_renderer *renderer, struct wlr_surface *surface);
wlr_surface_texture_unfreeze() ¶
void wlr_surface_texture_unfreeze(struct wlr_surface_texture *surface_texture);