Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VkCV Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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
Vulkan2021
VkCV Framework
Commits
b938d243
Verified
Commit
b938d243
authored
2 years ago
by
Tobias Frisch
Browse files
Options
Downloads
Plain Diff
Merge branch '125-cross-vendor-mesh-shader-support' into develop
parents
008538e7
df0ef18b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/shader_compiler/src/vkcv/shader/HLSLCompiler.cpp
+2
-2
2 additions, 2 deletions
modules/shader_compiler/src/vkcv/shader/HLSLCompiler.cpp
with
2 additions
and
2 deletions
modules/shader_compiler/src/vkcv/shader/HLSLCompiler.cpp
+
2
−
2
View file @
b938d243
...
...
@@ -28,9 +28,9 @@ namespace vkcv::shader {
case
ShaderStage
::
COMPUTE
:
return
EShLangCompute
;
case
ShaderStage
::
TASK
:
return
EShLangTask
NV
;
return
EShLangTask
;
case
ShaderStage
::
MESH
:
return
EShLangMesh
NV
;
return
EShLangMesh
;
case
ShaderStage
::
RAY_GEN
:
return
EShLangRayGen
;
case
ShaderStage
::
RAY_CLOSEST_HIT
:
...
...
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