abaire / nxdk_pgraph_tests

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

Adds tests for more draw methods. #33

Closed abaire closed 2 years ago

abaire commented 2 years ago

Specifically for inline arrays (vertex data is specified via tightly packed, interleaved arrays populated via NV097_INLINE_ARRAY) and inline elements (vertex data is still specified via NV097_SET_VERTEX_DATA_ARRAY_OFFSET but indices are provided via either NV097_ARRAY_ELEMENT16 or NV097_ARRAY_ELEMENT32).