GPU/HW: Fix D3D11 upscaled line GS
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user