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

[glslang][extension] GL_ARB_geometry_shader4. #3075

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ShchchowAMD
Copy link
Contributor

@ShchchowAMD ShchchowAMD commented Nov 28, 2022

Support extension GL_ARB_geometry_shader4.

  1. primitive type and vertices number would be determined in link time, hence set flags.
  2. Some array related changes in ParseHelper have dependency on implicit array size set.
  3. For some special var like gl_VerticesIn, its attributes would be depend on api-set topology and extra info across stages.

@ShchchowAMD
Copy link
Contributor Author

Dependency PR: #3074

@ShchchowAMD
Copy link
Contributor Author

Update: may pending for a which as introducing new legacy check functions here, leading to too many test results changes, would double check.

@arcady-lunarg
Copy link
Contributor

@ShchchowAMD do you plan to move this forward at some point?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants