We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01daa97 commit 9e813e4Copy full SHA for 9e813e4
Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp
@@ -971,7 +971,7 @@ void PipelineStateVkImpl::InitPipelineLayout(const PipelineStateCreateInfo& Crea
971
}
972
973
void PipelineStateVkImpl::PatchShaderConvertUniformBufferToPushConstant(const PushConstantInfoVk& PushConstantInfo,
974
- TShaderStages& ShaderStages) const noexcept(false)
+ TShaderStages& ShaderStages) const noexcept(false)
975
{
976
// If no push constant was selected, no patching needed
977
if (PushConstantInfo.SignatureIndex == INVALID_PUSH_CONSTANT_INDEX ||
0 commit comments