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
❯ ./sandbox/tangent-space/tangent-space
[2023-06-22 03:06:26.828] [error] [Shader] failed to link program 4
[2023-06-22 03:06:26.828] [error] [Shader] Geometry info
-------------
0(26) : error C7593: Builtin block member gl_Position not found in redeclaration of out gl_PerVertex
0(28) : error C7593: Builtin block member gl_Position not found in redeclaration of out gl_PerVertex
0(34) : error C7593: Builtin block member gl_Position not found in redeclaration of out gl_PerVertex
0(36) : error C7593: Builtin block member gl_Position not found in redeclaration of out gl_PerVertex
0(42) : error C7593: Builtin block member gl_Position not found in redeclaration of out gl_PerVertex
0(44) : error C7593: Builtin block member gl_Position not found in redeclaration of out gl_PerVertex
It looks like geometry shader is not working well with separate shader object. Some people say this is a driver bug.
The text was updated successfully, but these errors were encountered:
In tangent space example
It looks like geometry shader is not working well with separate shader object. Some people say this is a driver bug.
The text was updated successfully, but these errors were encountered: