mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-29 14:24:58 +01:00
VAO state clearing handled in InstancingEngine#render
This commit is contained in:
parent
97949ab1da
commit
36f32ececc
1 changed files with 0 additions and 4 deletions
|
@ -51,10 +51,6 @@ public class GPUInstancer<D extends InstanceData> extends AbstractInstancer<D> {
|
||||||
|
|
||||||
// persistent mapping sync point
|
// persistent mapping sync point
|
||||||
instanceVBO.doneForThisFrame();
|
instanceVBO.doneForThisFrame();
|
||||||
|
|
||||||
GlVertexArray.unbind();
|
|
||||||
|
|
||||||
GlError.pollAndThrow(() -> modelData.name() + "_unbind");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean invalid() {
|
private boolean invalid() {
|
||||||
|
|
Loading…
Reference in a new issue