#ifndef FX_RENDER_PASS_H #define FX_RENDER_PASS_H #include #include #include #include #include struct fx_render_texture_options fx_render_texture_options_default( const struct wlr_render_texture_options *base); struct fx_render_rect_options fx_render_rect_options_default( const struct wlr_render_rect_options *base); #endif