Skip to content

Tags: silenium-dev/compose-gl

Tags

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
build: exclude samples if deploying

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #49 from silenium-dev/fix/skiko-version-independence

Fix skiko version independence

0.7.4

Toggle 0.7.4's commit message

Verified

This commit was signed with the committer’s verified signature.
build: set jvm target to 11

0.7.3

Toggle 0.7.3's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: handle resize of fbos when switching from fbo override to automa…

…tic size

0.7.2

Toggle 0.7.2's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: explicitly set opengl context management api to native for glx, …

…bind opengl instead of gles for egl context

0.7.1

Toggle 0.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
build: set language version to 1.8

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: use mutable state for GLSurface.fboSizeOverride

0.6.1

Toggle 0.6.1's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: add GLDrawScope.terminate() method to stop the rendering thread…

… from inside the render block

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: remove all suspending methods from rendering to allow blocking c…

…ode inside render and cleanup blocks

0.5.1

Toggle 0.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: move DoubleDestructionProtection into separate class