Work on cloud/window transparency
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import Foreign.Storable
|
||||
import Graphics.GL.Core45
|
||||
|
||||
mglCreate :: (GLsizei -> Ptr GLuint -> IO ()) -> IO GLuint
|
||||
mglCreate f = do
|
||||
mglCreate f =
|
||||
alloca $ \nameptr -> do
|
||||
f 1 nameptr
|
||||
peek nameptr
|
||||
|
||||
Reference in New Issue
Block a user