mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-10 18:10:15 +03:00
This implements the first step of a full shader cache with caching any IR by treating the shared pointer as a handle and key for an associative map alongside hashing the Maxwell shader bytecode, it supports both single shader program and dual vertex program caching.