mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-25 06:05:52 +02:00
Archive update v0.53.2
This commit is contained in:
@@ -62,6 +62,7 @@ class VAONative implements VAO {
|
||||
}
|
||||
dispose() {
|
||||
this.ext.deleteVertexArrayOES(this.handle);
|
||||
this.handle = {};
|
||||
}
|
||||
update(attributes: VAOAttributes[], elements: WebGLBuffer | null, elementsType?: number) {
|
||||
this.bind();
|
||||
|
||||
Reference in New Issue
Block a user