render: hide graphics API behind traits
This commit is contained in:
parent
d650b3375d
commit
24e410a5b5
40 changed files with 601 additions and 246 deletions
|
|
@ -277,7 +277,7 @@ impl JayCompositor {
|
|||
.render_ctx_watchers
|
||||
.set((self.client.id, req.id), ctx.clone());
|
||||
let rctx = self.client.state.render_ctx.get();
|
||||
ctx.send_render_ctx(rctx.as_ref());
|
||||
ctx.send_render_ctx(rctx);
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue