Skip to content

Commit

Permalink
docs(ts): Add typescript definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
hjunqq authored and floryst committed Feb 6, 2024
1 parent a6da0c3 commit 18acd42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Rendering/OpenGL/BufferObject/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { vtkAlgorithm, vtkObject } from '../../../interfaces';
* Interface for initial values of BufferObject
*/
export interface IBufferObjectInitialValues {
objectType?: ObjectType | ObjectType.ARRAY_BUFFER;
objectType?: ObjectType;
context?: WebGLRenderingContext | WebGL2RenderingContext;
allocatedGPUMemoryInBytes?: number | 0;
allocatedGPUMemoryInBytes?: number;
}

/**
Expand Down

0 comments on commit 18acd42

Please sign in to comment.