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 3530b7a commit a418347Copy full SHA for a418347
Graphics/ShaderTools/src/ConvertUBOToPushConstant.cpp
@@ -43,6 +43,12 @@ namespace Diligent
43
namespace
44
{
45
46
+void SpvOptimizerMessageConsumer(
47
+ spv_message_level_t level,
48
+ const char* /* source */,
49
+ const spv_position_t& /* position */,
50
+ const char* message);
51
+
52
// A pass that converts a uniform buffer variable to a push constant.
53
// This pass:
54
// 1. Finds the variable with the specified block name
0 commit comments