wayland: implement alpha_modifier_v1
This commit is contained in:
parent
131f0481e8
commit
ff54a8ab96
37 changed files with 655 additions and 89 deletions
|
|
@ -127,6 +127,7 @@ impl RendererBase<'_> {
|
|||
pub fn render_texture(
|
||||
&mut self,
|
||||
texture: &Rc<dyn GfxTexture>,
|
||||
alpha: Option<f32>,
|
||||
x: i32,
|
||||
y: i32,
|
||||
tpoints: Option<SampleRect>,
|
||||
|
|
@ -174,6 +175,7 @@ impl RendererBase<'_> {
|
|||
tex: texture.clone(),
|
||||
source: texcoord,
|
||||
target,
|
||||
alpha,
|
||||
buffer_resv,
|
||||
acquire_sync,
|
||||
release_sync,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue