mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 22:05:38 +00:00
GPU/HW: Fix D3D11 upscaled line GS
This commit is contained in:
parent
73cdd676ad
commit
eb1b6b6272
|
@ -945,7 +945,6 @@ void main() {
|
||||||
struct Vertex
|
struct Vertex
|
||||||
{
|
{
|
||||||
float4 col0 : COLOR0;
|
float4 col0 : COLOR0;
|
||||||
float depth : TEXCOORD0;
|
|
||||||
float4 pos : SV_Position;
|
float4 pos : SV_Position;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue