mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Fix Windows build, try 5.
This commit is contained in:
@ -185,7 +185,7 @@ bool LineGeometryShader::SetShader(u32 components, float lineWidth,
|
||||
static char buffer[16384];
|
||||
ShaderCode<u32> code;
|
||||
code.SetBuffer(buffer);
|
||||
GenerateVSOutputStruct(code, components, API_D3D11);
|
||||
GenerateVSOutputStructForGS(code, components, API_D3D11);
|
||||
code.Write("\n%s", LINE_GS_COMMON);
|
||||
|
||||
std::stringstream numTexCoordsStream;
|
||||
|
Reference in New Issue
Block a user