Common: Added MurmurHash3 hash function for general-purpose use.
This commit is contained in:
parent
ddbeebb887
commit
d67e2f78b7
6 changed files with 159 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue