LOG_ERROR(Shader,"Invalid texture_type={}, falling back to texture_type={}",static_cast<int>(entry.texture_type.Value()),Shader::TextureType::Color2D);
LOG_ERROR(Shader,"Invalid texture_type={}. Falling back to texture_type={}",static_cast<int>(entry.texture_type.Value()),Shader::TextureType::Color2D);