abaire / nxdk_pgraph_tests

Tests to verify xemu handling of various pushbuffer commands
Other
12 stars 8 forks source link

Add tests for combiner using signed components and signed identity/negate/etc... #88

Open abaire opened 1 year ago

abaire commented 1 year ago

The signed component tests show that negative values are clamped to 0 in the final combiner. Add tests to validate how they behave when using CombinerMapping's MAP_SIGNED_IDENTITY, MAP_SIGNED_NEGATE, etc... (this will require mixing them with some other value, e.g. 1.0).