Closed w0rm closed 7 years ago
The current state is module WebGL exposing (..) that exposes everything from WebGL.elm, we should only export certain functions and types.
module WebGL exposing (..)
WebGL.elm
For example, these things are only used internally:
computeAPICall
computeAPICalls
computeBlendModeString
computeBlendOperationString
computeCapabilityString
computeCompareModeString
computeFaceModeString
computeZModeString
Renderable
Error
The current state is
module WebGL exposing (..)
that exposes everything fromWebGL.elm
, we should only export certain functions and types.For example, these things are only used internally:
computeAPICall
computeAPICalls
computeBlendModeString
computeBlendOperationString
computeCapabilityString
computeCompareModeString
computeFaceModeString
computeZModeString
Renderable
constructorError
constructor