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:
@@ -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*/,
|
||||
|
||||
Reference in New Issue
Block a user