nvk: support fills and clears and copies/blits
All threads resolved!
All threads resolved!
Compare changes
- Karol Herbst authored
before you could just call it like P_...(push, .., 1); for multi value methods. Now it enforces one single value for a single value method and a proper struct for multi value ones. Should lead to less mistakes and lets us drop some code from nvk_push_val as immediates are always coming from P_IMMD now
@@ -131,7 +131,10 @@ for mthd in mthddict: