Status: Available
Owner: ----
Components: Translator
OS: All
Priority: Medium
Type: Defect
New issue 8595 by kkinn...@
apple.com: Crash while returning uniform block from comma expression
https://bugs.chromium.org/p/angleproject/issues/detail?id=8595+TEST_F(MSLOutputTest, UniformBlockSomethingSomethingNoCrash)
+{
+ const char kShader[] = R"(#version 300 es
+precision mediump float;
+uniform B { uint e; } b;
+float f() { return .0; }
+void main() { f(), b; })";
+ compile(kShader);
+}
--
You received this message because:
1. The project was configured to send all issue notifications to this address
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings