Skip to content

Commit

Permalink
Update declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Nov 4, 2024
1 parent 2d1c1a7 commit b3195de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/three/src/renderers/common/Constants.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export declare const AttributeType: {
readonly VERTEX: 1;
readonly INDEX: 2;
readonly STORAGE: 4;
readonly STORAGE: 3;
readonly INDIRECT: 4;
};
export type AttributeType = (typeof AttributeType)[keyof typeof AttributeType];
export declare const GPU_CHUNK_BYTES = 16;
Expand Down

0 comments on commit b3195de

Please sign in to comment.