Remove unnecessary shader group type
This commit is contained in:
parent
33313952aa
commit
400d9bd8a3
1 changed files with 0 additions and 1 deletions
|
|
@ -638,7 +638,6 @@ public:
|
|||
missGroupCI.intersectionShader = VK_SHADER_UNUSED_KHR;
|
||||
shaderGroups.push_back(missGroupCI);
|
||||
// Second miss group for the shadow miss shader
|
||||
missGroupCI.type = VK_RAY_TRACING_SHADER_GROUP_TYPE_GENERAL_NV;
|
||||
missGroupCI.generalShader = shaderIndexShadowMiss;
|
||||
shaderGroups.push_back(missGroupCI);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue