mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
VideoCommon: Name ubershaders
This commit is contained in:
parent
23c1721fbd
commit
c7892d7371
5 changed files with 31 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue