summaryrefslogtreecommitdiff
path: root/qstd/str.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-12-26 16:11:33 +1100
committerquou <quou@disroot.org>2024-12-26 16:12:02 +1100
commitb2ece42822225fd67a1286a2ef51f7b76c634255 (patch)
tree6256a55abb9dbda2b6a2e8da973033a3aab4c321 /qstd/str.h
parent32e3b7e01a6a0a9c433966f5fe77066e389fade6 (diff)
seperate descriptor sets from pipelines to allow swapping out shader resources without recreating pipelines
Diffstat (limited to 'qstd/str.h')
-rw-r--r--qstd/str.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qstd/str.h b/qstd/str.h
index 308e92d..011fc27 100644
--- a/qstd/str.h
+++ b/qstd/str.h
@@ -7,6 +7,7 @@
struct Arena;
uint64_t fnv1a64(uint8_t* buf, size_t size);
+uint64_t fnv1a64_2(uint64_t h, uint8_t* buf, size_t size);
uint32_t hash_string(const char* s);
int string_equal(const char* a, const char* b);