Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Do not use gl_FragColor on newer versions of GLSL #14

Merged
merged 6 commits into from Mar 18, 2020

Conversation

soywiz
Copy link
Collaborator

@soywiz soywiz commented Mar 15, 2020

Tries to fix: korlibs/korge#104

git clone https://github.com/korlibs/korgw.git
cd korgw
git checkout fix/not_using_gl_fragColor
sed -i.bak 's/^version=.*/version=1.10.0/g' gradle.properties && rm gradle.properties.bak
./gradlew publishToMavenLocal
#./gradlew publishJvmPublicationToMavenLocal

@soywiz soywiz added the bug label Mar 15, 2020
@soywiz soywiz self-assigned this Mar 15, 2020
@soywiz soywiz changed the title Tries to fix https://github.com/korlibs/korge/issues/104 Do not use gl_FragColor on newer versions of GLSL Mar 15, 2020
@soywiz soywiz merged commit 820d94b into master Mar 18, 2020
@soywiz soywiz deleted the fix/not_using_gl_fragColor branch March 18, 2020 19:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shader compilation error
1 participant