mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 10:37:58 -05:00
Common: Added MurmurHash3 hash function for general-purpose use.
This commit is contained in:
@ -16,7 +16,7 @@ namespace Pica {
|
||||
namespace Shader {
|
||||
|
||||
void Setup(UnitState& state) {
|
||||
// TODO(bunnei): This will be used by the JIT in a subsequent commit
|
||||
// TODO(bunnei): This will be used by the JIT in a subsequent patch
|
||||
}
|
||||
|
||||
static Common::Profiling::TimingCategory shader_category("Vertex Shader");
|
||||
|
Reference in New Issue
Block a user