mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
VideoCommon: Fix some warnings.
This commit is contained in:
parent
b16333a25c
commit
d958388617
7 changed files with 216 additions and 202 deletions
|
@ -182,7 +182,7 @@ ShaderCode GenerateGeometryShaderCode(API_TYPE ApiType, const geometry_shader_ui
|
|||
}
|
||||
else
|
||||
{
|
||||
out.Write("\tVS_OUTPUT center = o[0];\n", uid_data->numTexGens, uid_data->pixel_lighting);
|
||||
out.Write("\tVS_OUTPUT center = o[0];\n");
|
||||
}
|
||||
|
||||
// Offset from center to upper right vertex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue