VideoCommon: Name ubershaders

This commit is contained in:
TellowKrinkle
2022-06-13 03:59:32 -05:00
parent 23c1721fbd
commit c7892d7371
5 changed files with 31 additions and 5 deletions

View File

@ -34,7 +34,7 @@ ShaderCode GenVertexShader(APIType api_type, const ShaderHostConfig& host_config
const u32 num_texgen = uid_data->num_texgens;
ShaderCode out;
out.Write("// Vertex UberShader\n\n");
out.Write("// {}\n\n", *uid_data);
out.Write("{}", s_lighting_struct);
// uniforms