Skip to content

Commit 9776177

Browse files
committed
customshader
1 parent f109114 commit 9776177

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/ops/base/Ops.Gl.Shader.CustomShader_v2/Ops.Gl.Shader.CustomShader_v2.js

-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ function updateShader()
370370
if (shader.hasErrors()) op.setUiError("compile", "Shader has errors", 2, { "button": "show",
371371
"buttonCb": () =>
372372
{
373-
console.log("yep");
374373
CABLES.UI.showShaderError(shader);
375374
} });
376375
else op.setUiError("compile", null);

src/ops/base/Ops.Gl.Shader.CustomShader_v2/Ops.Gl.Shader.CustomShader_v2.json

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"message": "created op",
66
"author": "pandur",
77
"date": 1557747298207
8+
},
9+
{
10+
"message": "Show button to show shader errors in the source code",
11+
"type": "improvement",
12+
"author": "pandur",
13+
"date": 1741604106330
814
}
915
],
1016
"authorName": "pandur",

0 commit comments

Comments
 (0)