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 d0b19f1 commit 7cfe7e4Copy full SHA for 7cfe7e4
Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp
@@ -50,6 +50,10 @@
50
namespace Diligent
51
{
52
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
+
57
constexpr INTERFACE_ID PipelineStateVkImpl::IID_InternalImpl;
58
59
namespace
0 commit comments