autocommit 2022-01-30 22:41:40 CET
This commit is contained in:
parent
f577f5feef
commit
865d5f295d
26 changed files with 1085 additions and 676 deletions
|
|
@ -27,8 +27,8 @@ impl Framebuffer {
|
|||
glClear(GL_COLOR_BUFFER_BIT);
|
||||
}
|
||||
let mut renderer = Renderer {
|
||||
renderer: &self.ctx,
|
||||
image: &self.gl,
|
||||
ctx: &self.ctx,
|
||||
fb: &self.gl,
|
||||
};
|
||||
node.render(&mut renderer, 0, 0);
|
||||
if let Some(rd) = &self.ctx.renderdoc {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue