diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-12 23:30:50 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-14 07:48:52 -0600 |
| commit | 01eaa9a9175a7cb313ff58182a31a964dbac7071 (patch) | |
| tree | 336329a965718c193ce21d1ae3d0e1a09fb543e9 /rtl/gfx/gfx_frag.sv | |
| parent | d2e51054b4361639d3c9ae9a69437b157f2fbf9f (diff) | |
rtl/gfx: add z, w coordinates to vertices
Diffstat (limited to 'rtl/gfx/gfx_frag.sv')
| -rw-r--r-- | rtl/gfx/gfx_frag.sv | 2 |
1 files changed, 1 insertions, 1 deletions
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), .* ); |
