Safe Haskell | None |
---|---|
Language | Haskell98 |
Qtc.Opengl.QGLFormat
Description
Documentation
class QqGLFormat x1 where Source
Instances
accumBufferSize :: QGLFormat a -> () -> IO Int Source
alphaBufferSize :: QGLFormat a -> () -> IO Int Source
blueBufferSize :: QGLFormat a -> () -> IO Int Source
qGLFormatDefaultFormat :: () -> IO (QGLFormat ()) Source
qGLFormatDefaultOverlayFormat :: () -> IO (QGLFormat ()) Source
depthBufferSize :: QGLFormat a -> () -> IO Int Source
directRendering :: QGLFormat a -> () -> IO Bool Source
greenBufferSize :: QGLFormat a -> () -> IO Int Source
qGLFormatHasOpenGL :: () -> IO Bool Source
qGLFormatHasOpenGLOverlays :: () -> IO Bool Source
hasOverlay :: QGLFormat a -> () -> IO Bool Source
redBufferSize :: QGLFormat a -> () -> IO Int Source
sampleBuffers :: QGLFormat a -> () -> IO Bool Source
setAccumBufferSize :: QGLFormat a -> Int -> IO () Source
setAlphaBufferSize :: QGLFormat a -> Int -> IO () Source
setBlueBufferSize :: QGLFormat a -> Int -> IO () Source
qGLFormatSetDefaultFormat :: QGLFormat t1 -> IO () Source
qGLFormatSetDefaultOverlayFormat :: QGLFormat t1 -> IO () Source
setDepthBufferSize :: QGLFormat a -> Int -> IO () Source
setDirectRendering :: QGLFormat a -> Bool -> IO () Source
setDoubleBuffer :: QGLFormat a -> Bool -> IO () Source
setGreenBufferSize :: QGLFormat a -> Int -> IO () Source
setOption :: QGLFormat a -> FormatOptions -> IO () Source
setOverlay :: QGLFormat a -> Bool -> IO () Source
setRedBufferSize :: QGLFormat a -> Int -> IO () Source
setSampleBuffers :: QGLFormat a -> Bool -> IO () Source
setSamples :: QGLFormat a -> Int -> IO () Source
setStencil :: QGLFormat a -> Bool -> IO () Source
setStencilBufferSize :: QGLFormat a -> Int -> IO () Source
setSwapInterval :: QGLFormat a -> Int -> IO () Source
stencilBufferSize :: QGLFormat a -> () -> IO Int Source
swapInterval :: QGLFormat a -> () -> IO Int Source
testOption :: QGLFormat a -> FormatOptions -> IO Bool Source
qGLFormat_delete :: QGLFormat a -> IO () Source