Skip to content
Snippets Groups Projects

glsl/glslang: move resources declaration to C file

Merged Niklas Haas requested to merge fix_glslang into master

This struct has a nasty habit of breaking whenever there's any upstream change. Fortunately for us, however, the struct definition lives entirely in its own file, allowing us to easily include it from C99 code, allowing us to use C99 designated initializers to make the code robust against struct extensions.

Fixes: #225 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading