Summary: | [GLSL] const variable is modified successfully | ||
---|---|---|---|
Product: | Mesa | Reporter: | Gordon Jin <gordon.jin> |
Component: | Mesa core | Assignee: | Ian Romanick <idr> |
Status: | VERIFIED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | brianp |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 29044 |
Description
Gordon Jin
2009-12-28 00:47:25 UTC
piglit/tests/glslparsertest/shaders/struct9.frag fails with similar issue: const struct s { int i; } s1 = s(1); void main() { s1.i = 1; // const struct members cannot be modified } Fixed with glsl2 merge. verified with mesa master d442a01ac14382d83cdaac87d2832315ceb3e963 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.