From 01eaa9a9175a7cb313ff58182a31a964dbac7071 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 12 Nov 2023 23:30:50 -0600 Subject: rtl/gfx: add z, w coordinates to vertices --- rtl/gfx/gfx_frag.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/gfx/gfx_frag.sv') diff --git a/rtl/gfx/gfx_frag.sv b/rtl/gfx/gfx_frag.sv index d4b2495..94db287 100644 --- a/rtl/gfx/gfx_frag.sv +++ b/rtl/gfx/gfx_frag.sv @@ -7,6 +7,7 @@ module gfx_frag input frag_xy_lanes fragments, input bary_lanes barys, + input fixed_tri ws, input paint_lanes in_valid, output logic in_ready, @@ -62,7 +63,6 @@ module gfx_frag gfx_frag_bary frag_bary ( - .ws(), .stall(frag_stall), .* ); -- cgit v1.2.3