Update readme, example project, fix runtime errors

This commit is contained in:
2023-08-15 22:18:08 +02:00
parent 5002138070
commit e26be8ee09
23 changed files with 441 additions and 42 deletions

View File

@@ -51,7 +51,7 @@ export interface VertexBufferWriteTypedArrayProps {
export class VertexBuffer {
readonly type!: "VertexBuffer";
declare readonly type: "VertexBuffer";
_renderer: Renderer;
_name: string;