Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
iso8601DateFormat :: Maybe String -> StringHDBC Database.HDBC.Locale As the semantic of System.Locale.iso8601DateFormat has changed with old-locale-1.0.0.2 in a non-compatible way, we now define our own (compatible) version of it.
oldIso8601DateFormat :: Maybe String -> StringHDBC Database.HDBC.Locale HDBC would in versions up to and including 2.4.0.3 use this time format string to serialize timestamps. To keep being able to deserialize timestamps serialized on database engines that keep the representation intact (e.g. SQLite) we keep this format string around, such that we can fall back to it.
pattern
GL_DEBUG_CATEGORY_PERFORMANCE_AMD :: GLenumOpenGLRaw Graphics.GL.AMD.DebugOutput No documentation available.
glGetUniformi64vNV :: MonadIO m => GLuint -> GLint -> Ptr GLint64EXT -> m ()OpenGLRaw Graphics.GL.AMD.GPUShaderInt64 No documentation available.
glGetUniformui64vNV :: MonadIO m => GLuint -> GLint -> Ptr GLuint64EXT -> m ()OpenGLRaw Graphics.GL.AMD.GPUShaderInt64 No documentation available.
glProgramUniform1i64NV :: MonadIO m => GLuint -> GLint -> GLint64EXT -> m ()OpenGLRaw Graphics.GL.AMD.GPUShaderInt64 No documentation available.
glProgramUniform1i64vNV :: MonadIO m => GLuint -> GLint -> GLsizei -> Ptr GLint64EXT -> m ()OpenGLRaw Graphics.GL.AMD.GPUShaderInt64 No documentation available.
glProgramUniform1ui64NV :: MonadIO m => GLuint -> GLint -> GLuint64EXT -> m ()OpenGLRaw Graphics.GL.AMD.GPUShaderInt64 No documentation available.
glProgramUniform1ui64vNV :: MonadIO m => GLuint -> GLint -> GLsizei -> Ptr GLuint64EXT -> m ()OpenGLRaw Graphics.GL.AMD.GPUShaderInt64 No documentation available.
glProgramUniform2i64NV :: MonadIO m => GLuint -> GLint -> GLint64EXT -> GLint64EXT -> m ()OpenGLRaw Graphics.GL.AMD.GPUShaderInt64 No documentation available.