Qtc.Classes.Opengl
Documentation
class QbindTexture a b where #
Methods
bindTexture :: a -> b -> IO GLuint #
class QdeleteTexture a b where #
Methods
deleteTexture :: a -> b -> IO () #
class QdoubleBuffer a b where #
Methods
doubleBuffer :: a -> b -> IO Bool #
class QdrawTexture a b where #
Methods
drawTexture :: a -> b -> IO () #
class QqdrawTexture a b where #
Methods
qdrawTexture :: a -> b -> IO () #
class QisSharing a b where #