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

ShaderSet fix #1244

Merged
merged 1 commit into from
Jul 21, 2024
Merged

ShaderSet fix #1244

merged 1 commit into from
Jul 21, 2024

Conversation

psi29a
Copy link
Contributor

@psi29a psi29a commented Jul 21, 2024

Pull Request Template

Description

Missing include while trying to build VSG; this is in release v1.1.6

Fixes # (issue)

/home/psi29a/Workspace/vsgopenmw/cmake-build-relwithdebinfo/extern/fetched/vsg/include/vsg/state/ViewDependentState.h:137:17: error: ‘ShaderSet’ was not declared in this scope; did you mean ‘ShaderStages’?
  137 |         ref_ptr<ShaderSet> shaderSet;
      |                 ^~~~~~~~~
      |                 ShaderStages
/home/psi29a/Workspace/vsgopenmw/cmake-build-relwithdebinfo/extern/fetched/vsg/include/vsg/state/ViewDependentState.h:137:26: error: template argument 1 is invalid
  137 |         ref_ptr<ShaderSet> shaderSet;
      |                          ^

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

It builds again. :)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings

psi29a added a commit to psi29a/openmw that referenced this pull request Jul 21, 2024
@robertosfield robertosfield merged commit 871e7d3 into vsg-dev:master Jul 21, 2024
8 checks passed
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.

2 participants