Skip to content

Instantly share code, notes, and snippets.

@hadronized
Created October 9, 2013 20:06
Show Gist options
  • Save hadronized/6907446 to your computer and use it in GitHub Desktop.
Save hadronized/6907446 to your computer and use it in GitHub Desktop.
Graphics/Rendering/Sky/GL/Framebuffer.hs:95:3: Warning:
Pattern match(es) are overlapped
In a case alternative:
gl_FRAMEBUFFER_UNDEFINED -> ...
gl_FRAMEBUFFER_INCOMPLETE_ATTACHMENT -> ...
gl_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT -> ...
gl_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER -> ...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment