elm-community / webgl

Moved to elm-explorations/webgl

Home Page:https://package.elm-lang.org/packages/elm-explorations/webgl/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export only certain things from the library

w0rm opened this issue · comments

The current state is module WebGL exposing (..) that exposes everything from WebGL.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 constructor
  • Error constructor