mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-23 10:11:10 +01:00
9b05c9c0c3
gpu-new will use a monolithic pipeline object for each pipeline to store state, keyed by the PackedPipelineState contents. This allows for a greater level of per-pipeline optimisations and a reduction in the overall number of lookups in a draw compared to the previous system.