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 #-}
2
1
--------------------------------------------------------------------------------
3
2
-- |
4
3
-- Module : Graphics.Rendering.OpenGL.Raw.GetProcAddress
@@ -24,18 +23,13 @@ module Graphics.Rendering.OpenGL.Raw.GetProcAddress (
24
23
getProcAddressChecked ,
25
24
getProcAddressWithSuffixesChecked ,
26
25
getExtensionChecked
27
-
28
26
) where
29
27
30
28
import Control.Monad.IO.Class ( MonadIO (.. ) )
31
29
import Foreign.C.String ( withCString , CString )
32
30
import Foreign.Marshal.Error ( throwIf )
33
31
import Foreign.Ptr ( FunPtr , nullFunPtr )
34
32
35
- #ifdef __HUGS__
36
- {-# CFILES cbits/HsOpenGLRaw.c #-}
37
- #endif
38
-
39
33
--------------------------------------------------------------------------------
40
34
41
35
-- | Retrieve an OpenGL function by name. Returns 'nullFunPtr' when no function
You can’t perform that action at this time.
0 commit comments