Files
hydro-builder-app/node_modules/@react-three/drei/core/useDepthBuffer.d.ts
2026-06-13 17:36:44 -07:00

7 lines
176 B
TypeScript

import { DepthTexture } from 'three';
declare function useDepthBuffer({ size, frames }?: {
size?: number;
frames?: number;
}): DepthTexture;
export { useDepthBuffer };