Update readme, example project, fix runtime errors
This commit is contained in:
@@ -51,7 +51,7 @@ export interface VertexBufferWriteTypedArrayProps {
|
||||
|
||||
export class VertexBuffer {
|
||||
|
||||
readonly type!: "VertexBuffer";
|
||||
declare readonly type: "VertexBuffer";
|
||||
_renderer: Renderer;
|
||||
|
||||
_name: string;
|
||||
|
||||
Reference in New Issue
Block a user