Skip to content

Commit 9e813e4

Browse files
committed
fix formatting
1 parent 01daa97 commit 9e813e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ void PipelineStateVkImpl::InitPipelineLayout(const PipelineStateCreateInfo& Crea
971971
}
972972

973973
void PipelineStateVkImpl::PatchShaderConvertUniformBufferToPushConstant(const PushConstantInfoVk& PushConstantInfo,
974-
TShaderStages& ShaderStages) const noexcept(false)
974+
TShaderStages& ShaderStages) const noexcept(false)
975975
{
976976
// If no push constant was selected, no patching needed
977977
if (PushConstantInfo.SignatureIndex == INVALID_PUSH_CONSTANT_INDEX ||

0 commit comments

Comments
 (0)