mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
webgl: Mark framebuffers as uninitialized when their attached renderbuffer's storage changes.
This commit is contained in:
parent
93fbc1575f
commit
59b8f971b5
6 changed files with 3 additions and 7 deletions
|
@ -145,6 +145,7 @@ impl WebGLRenderbuffer {
|
|||
};
|
||||
|
||||
self.internal_format.set(Some(internal_format));
|
||||
self.is_initialized.set(false);
|
||||
|
||||
// FIXME: Invalidate completeness after the call
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue