File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/Graphics/Rendering/OpenGL/Raw Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1- {-# LANGUAGE ForeignFunctionInterface, CPP #-}
21--------------------------------------------------------------------------------
32-- |
43-- Module : Graphics.Rendering.OpenGL.Raw.GetProcAddress
@@ -24,18 +23,13 @@ module Graphics.Rendering.OpenGL.Raw.GetProcAddress (
2423 getProcAddressChecked ,
2524 getProcAddressWithSuffixesChecked ,
2625 getExtensionChecked
27-
2826) where
2927
3028import Control.Monad.IO.Class ( MonadIO (.. ) )
3129import Foreign.C.String ( withCString , CString )
3230import Foreign.Marshal.Error ( throwIf )
3331import Foreign.Ptr ( FunPtr , nullFunPtr )
3432
35- #ifdef __HUGS__
36- {-# CFILES cbits/HsOpenGLRaw.c #-}
37- #endif
38-
3933--------------------------------------------------------------------------------
4034
4135-- | Retrieve an OpenGL function by name. Returns 'nullFunPtr' when no function
You can’t perform that action at this time.
0 commit comments