From 884401f8ed7fdaf79032b99787501fc7f770b64e Mon Sep 17 00:00:00 2001 From: s-ol Date: Sat, 27 Mar 2021 17:02:20 +0100 Subject: GLTF: hacky VR rendering support --- Graphics/GraphicsEngineVulkan/include/PipelineStateVkImpl.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineVulkan/include') diff --git a/Graphics/GraphicsEngineVulkan/include/PipelineStateVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/PipelineStateVkImpl.hpp index 8cd27ea3..ce2432ef 100644 --- a/Graphics/GraphicsEngineVulkan/include/PipelineStateVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/PipelineStateVkImpl.hpp @@ -116,7 +116,8 @@ private: RefCntAutoPtr CreateDefaultSignature( const PipelineStateCreateInfo& CreateInfo, - const TShaderStages& ShaderStages); + const TShaderStages& ShaderStages, + Uint32 BindingIndex); void Destruct(); -- cgit v1.2.3