Vulkan: Push constants #104880

Merged
Jeroen Bakker merged 73 commits from Jeroen-Bakker/blender:vulkan-push-constants into main 2023-03-06 12:29:06 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7876291d08 - Show all commits

View File

@ -42,7 +42,7 @@ void VKShaderInterface::init(const shader::ShaderCreateInfo &info)
}
}
/* Reserve 1 storage buffer for push constants fallback. */
/* Reserve 1 uniform buffer for push constants fallback. */
size_t names_size = info.interface_names_size_;
VKContext &context = *VKContext::get();
const VKPushConstants::StorageType push_constants_storage_type =