Issue 8595 in angleproject: Crash while returning uniform block from comma expression

1 view
Skip to first unread message

kkinn… via monorail

unread,
Mar 8, 2024, 6:49:25 AM3/8/24
to angleproj...@googlegroups.com
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

kkinn… via monorail

unread,
May 14, 2024, 4:35:00 AM5/14/24
to angleproj...@googlegroups.com

Comment #1 on issue 8595 by kkinn...@apple.com: Crash while returning uniform block from comma expression
https://bugs.chromium.org/p/angleproject/issues/detail?id=8595#c1

https://github.com/KhronosGroup/WebGL/issues/3644
Reply all
Reply to author
Forward
0 new messages