We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d2547 commit 9af6460Copy full SHA for 9af6460
androidgpulib/src/main/java/com/lib/androidgpulib/AndroidGPU.java
@@ -75,7 +75,7 @@ private void checkAndBuild(String glsl) throws Exception {
75
76
private void checkVersion(String glsl) throws Exception {
77
if (!glsl.startsWith(GLSL_VERSION)) {
78
- throw new Exception("GLSL version not specified or invalid. Must be " + GLSL_VERSION);
+ throw new Exception("GLSL version not specified or invalid. First line must be " + GLSL_VERSION);
79
}
80
81
0 commit comments