Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geometry shader is not working #3

Open
yumcyaWiz opened this issue Jun 21, 2023 · 0 comments
Open

Geometry shader is not working #3

yumcyaWiz opened this issue Jun 21, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@yumcyaWiz
Copy link
Owner

In tangent space example

❯ ./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.

@yumcyaWiz yumcyaWiz added the bug Something isn't working label Jun 21, 2023
@yumcyaWiz yumcyaWiz self-assigned this Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant