UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

5 lines (4 loc) 320 B
import { NodeContext } from '../../../../poly/NodeContext'; import { TypedNodeConnection } from '../../../utils/io/NodeConnection'; import { GlConnectionPointType } from '../../../utils/io/connections/Gl'; export declare function glConnectionType(connection: TypedNodeConnection<NodeContext.GL>): GlConnectionPointType;