mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-02 18:12:34 +01:00
76d8172a35
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.