buffer.d.ts 132 B

12345
  1. /**
  2. * This is here for backwards compatibility with 4.2
  3. * @internal
  4. */
  5. export { VertexBuffer, Buffer } from "../Buffers/buffer";