Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lava-extras
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lava
lava-extras
Commits
d12a8521
Commit
d12a8521
authored
4 years ago
by
Gregor Kobsik
Browse files
Options
Downloads
Patches
Plain Diff
SPIRV Language Target Version to 1.0 - more backward compatibility.
parent
6d0e555d
No related branches found
No related tags found
1 merge request
!16
Small bug fixes
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
glsl/lava-extras/glsl/glsl.cc
+1
-1
1 addition, 1 deletion
glsl/lava-extras/glsl/glsl.cc
with
1 addition
and
1 deletion
glsl/lava-extras/glsl/glsl.cc
+
1
−
1
View file @
d12a8521
...
...
@@ -183,7 +183,7 @@ static SharedShaderModule compileShader(Input const &input,
shader
->
setEnvClient
(
glslang
::
EShClientVulkan
,
glslang
::
EShTargetClientVersion
::
EShTargetVulkan_1_0
);
shader
->
setEnvTarget
(
glslang
::
EShTargetSpv
,
glslang
::
EShTargetLanguageVersion
::
EShTargetSpv_1_
1
);
glslang
::
EShTargetLanguageVersion
::
EShTargetSpv_1_
0
);
auto
resources
=
glslang
::
DefaultTBuiltInResource
;
auto
messages
=
EShMsgDefault
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment