We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28faa91 commit 7f6331aCopy full SHA for 7f6331a
1 file changed
code/graphics/vulkan/VulkanShaderCompiler.cpp
@@ -135,6 +135,7 @@ bool VulkanShaderCompiler::isAvailable() const
135
SCP_string VulkanShaderCompiler::buildHeader(vk::ShaderStageFlagBits /*stage*/, shader_type sdrType,
136
unsigned int flags) const
137
{
138
+ (void)this;
139
SCP_string header;
140
header.reserve(512);
141
0 commit comments