mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
update link_called when link function called.
This commit is contained in:
parent
fdbb317d7a
commit
bae975258d
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ impl WebGLProgram {
|
|||
}
|
||||
|
||||
self.linked.set(link_info.linked);
|
||||
self.link_called.set(true);
|
||||
*self.active_attribs.borrow_mut() = link_info.active_attribs;
|
||||
*self.active_uniforms.borrow_mut() = link_info.active_uniforms;
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue