Skip to content

Commit 7cfe7e4

Browse files
committed
Fix error C3861: 'PatchSPIRVConvertUniformBufferToPushConstant': identifier not found
1 parent d0b19f1 commit 7cfe7e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
namespace Diligent
5151
{
5252

53+
//when DILIGENT_NO_HLSL not defined
54+
std::vector<uint32_t> PatchSPIRVConvertUniformBufferToPushConstant(const std::vector<uint32_t>& SPIRV,
55+
const std::string& BlockName);
56+
5357
constexpr INTERFACE_ID PipelineStateVkImpl::IID_InternalImpl;
5458

5559
namespace

0 commit comments

Comments
 (0)