Fix compilation error on Windows.

Missing return statement in recent commit. Code is disabled by default,
so might not have been noticed.
This commit is contained in:
Jeroen Bakker
2022-11-01 09:20:42 +01:00
parent fe863b59db
commit 8b2b5b0b83

View File

@@ -26,6 +26,7 @@ void VKShader::compute_shader_from_glsl(MutableSpan<const char *> /*sources*/)
bool VKShader::finalize(const shader::ShaderCreateInfo * /*info*/)
{
return false;
}
void VKShader::transform_feedback_names_set(Span<const char *> /*name_list*/,