Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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).
-
effectful-core Effectful.State.Dynamic Run the State effect with the given initial state and return the final state, discarding the final value (via Effectful.State.Static.Shared).
-
effectful-core Effectful.State.Dynamic Run the State effect with the given initial state and return the final value along with the final state (via Effectful.State.Static.Shared).
-
effectful-core Effectful.Writer.Dynamic Run the Writer effect and return the final output, discarding the final value (via Effectful.Writer.Static.Shared).
-
effectful-core Effectful.Writer.Dynamic Run the Writer effect and return the final value along with the final output (via Effectful.Writer.Static.Shared).
-
gi-gdk3 GI.Gdk.Objects.GLContext Construct a GValueConstruct with valid value for the “shared-context” property. This is rarely needed directly, but it is used by new.
gLContextGetSharedContext :: (HasCallStack, MonadIO m, IsGLContext a) => a -> m (Maybe GLContext)gi-gdk3 GI.Gdk.Objects.GLContext Retrieves the GLContext that this context share data with. Since: 3.16
getGLContextSharedContext :: (MonadIO m, IsGLContext o) => o -> m (Maybe GLContext)gi-gdk3 GI.Gdk.Objects.GLContext Get the value of the “shared-context” property. When overloading is enabled, this is equivalent to
get gLContext #sharedContext