abaire / nxdk_pgraph_tests

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

Add test for `PS_TEXTUREMODES_DOT_STR_3D` mode #85

Open abaire opened 2 years ago

abaire commented 2 years ago

Extend the volume_texture_tests to validate the behavior of PS_TEXTUREMODES_DOT_STR_3D (likely can be based on the code in texture_cubemap_tests).

https://xboxdevwiki.net/NV2A/Pixel_Combiner has some info that may be helpful, though be aware that the cubemap behavior did not match the behavior described in xboxdevwiki.

This should cover the gap that allowed https://github.com/mborgerson/xemu/pull/1151 to slip through.