Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
glGetNVPathRenderingSharedEdge :: MonadIO m => m BoolOpenGLRaw Graphics.GL.NV.PathRenderingSharedEdge Is the NV_path_rendering_shared_edge extension supported?
gl_NV_path_rendering_shared_edge :: BoolOpenGLRaw Graphics.GL.NV.PathRenderingSharedEdge Is the NV_path_rendering_shared_edge extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetNVPathRenderingSharedEdge in those cases instead.
pattern
GL_INTERNALFORMAT_SHARED_SIZE :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_MAX_COMPUTE_SHARED_MEMORY_SIZE :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_SHARED_EDGE_NV :: GLubyteOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_SHARED_TEXTURE_PALETTE_EXT :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_STORAGE_SHARED_APPLE :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_TEXTURE_SHARED_SIZE :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
pattern
GL_TEXTURE_SHARED_SIZE_EXT :: GLenumOpenGLRaw Graphics.GL.Tokens No documentation available.
-
effectful-core Effectful.State.Dynamic Run the State effect with the given initial state and return the final value, discarding the final state (via Effectful.State.Static.Shared).