You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version string: 4.3.0 - Build 20...
Renderer: Intel(R) HD Graphics 4400
(the exact GPU details in #3). Not reproducible with other GPU like Michalis NVidia:
Version string: 4.5.0 NVIDIA 384.98
Renderer: GeForce GTS 450/PCIe/SSE2
The error:
two_textures.x3dv:
view3dscene: VRML/X3D warning: Cannot use GLSL shader for shape "IndexedFaceSet": Fragment shader not compiled:
WARNING: 0:4: '' : #version directive missing
ERROR: 0:12: 'texture2D' : no matching overloaded function found (using implicit conversion)
ERROR: 0:14: 'texture2D' : no matching overloaded function found (using implicit conversion)
ERROR: 0:12: 'assign' : cannot convert from 'const mediump float' to 'FragColor 4-component vector of mediump float'
The text was updated successfully, but these errors were encountered:
Reported originally in #3 by @andreasplesch .
Reproducible on
(the exact GPU details in #3). Not reproducible with other GPU like Michalis NVidia:
The error:
two_textures.x3dv:
view3dscene: VRML/X3D warning: Cannot use GLSL shader for shape "IndexedFaceSet": Fragment shader not compiled:
WARNING: 0:4: '' : #version directive missing
ERROR: 0:12: 'texture2D' : no matching overloaded function found (using implicit conversion)
ERROR: 0:14: 'texture2D' : no matching overloaded function found (using implicit conversion)
ERROR: 0:12: 'assign' : cannot convert from 'const mediump float' to 'FragColor 4-component vector of mediump float'
The text was updated successfully, but these errors were encountered: