UNPKG

nanogl-pbr

Version:
5 lines (4 loc) 184 B
import Enum from "./Enum"; export declare const DepthFormat: readonly ["D_RGB", "D_DEPTH"]; export declare type DepthFormatEnum = Enum<typeof DepthFormat>; export default DepthFormat;