Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2017.4.15f1
2018.3.0a1
2019.1.0a1
2019.2.0a1
Issue ID
1113055
Regression
No
[OpenGL] Generated shader code uses gl_TessLevelOuter[3] instead of gl_TessLevelInner[0] when compiling with GLSL generator
Steps to reproduce:
1. Open the attached Project "OpenGL_SV_InsideTessFactor"
2. Open "Test" Scene
3. Enter the Play Mode to trigger Update
4. Move the View Camera around in the Scene Window
Expected result: Tessellation Triangles remain visible regardless of the view angle of position
Actual result: Tessellation Triangles are flickering when changing view angle or position or calling the Update
Reproducible with: 2017.4.18f1, 2018.3.2f1, 2019.1.0a14, 2019.2.0a1
Note:
Only reproducible on Win GLCore & Mac GLCore(Intel HD only)
Mac Radeon Metal - Shader not supported - correct as Metal doesn’t support geometry shader
Mac Radeon GLCore - works with NO glitching
Mac IntelHD Metal - Shader not supported - correct as Metal doesn’t support geometry shader
Mac IntelHD GLCore - works with glitching <———————
Win GTX980m DX11 - works with NO glitching
Win GTX980m GLCore - works with glitching <———————
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on __pthread_kill when initializing Vuplex WebView while entering the Play Mode
- Crash on FindSurface when adding a custom Renderer Feature to a 2D Renderer Data Asset
- [Android] [Vulkan] [UI Toolkit] Application crashes when the device is rotated when it has UI Toolkit TextField on Vulkan devices
- Crash on DualThreadAllocator<DynamicHeapAllocator>::TryDeallocate when opening a specific project
- Crash on memset_repstos when pressing a UI button while in Play Mode
Resolution Note:
Won't fix as Mac OpenGL is depreciating and only on Intel HD card.