Search Issue Tracker
Fixed in 4.3.X
Votes
0
Found in
4.2.1f4
Issue ID
565734
Regression
No
Shaders: hlsl2glsl generates a double under-score (__) for some mutable uniforms
When a shader modifies a global variable that starts with underscore, then hlsl-to-glsl translator produces a double-underscore name for it (xlat_mutable__foobar). Double underscrores are reserved in GLSL and can't be used.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Complex Sub Graph connected to a Voronoi node is ignored when the shader gets applied as a Material
- Compute Shader property not set error when entering play mode with path tracing and PBR sky
- "WebGL Publish" detects WebGL module and allows building when it is installed without restarting the project
- Editor is non-responsive and flickers when multiple Water System instances are enabled
- Texture2D.PackTextures causes mips 7-9 to turn pink when packed textures are of ASTC 4x4 compression
Add comment