1
0
mirror of https://github.com/Yours3lf/rpi-vk-driver.git synced 2025-03-22 13:19:43 +01:00
This commit is contained in:
Unknown 2020-04-21 15:34:09 +01:00
parent 39bcf81170
commit b73beb86da

View File

@ -105,7 +105,7 @@ VkResult rpi_vkCreateShaderModule(VkDevice device, const VkShaderModuleCreateInf
shader->sizes[c] = 0;
}
if(shader->numMappings)
if(ci->numMappings)
{
shader->numMappings[c] = ci->numMappings[c];