From b71eac2069a30349435c192d682e865718c86a15 Mon Sep 17 00:00:00 2001 From: Clement Sibille Date: Mon, 5 May 2025 08:32:33 +0200 Subject: Add a vulkan renderer that renders an OBJ --- src/hash.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/hash.h (limited to 'src/hash.h') diff --git a/src/hash.h b/src/hash.h new file mode 100644 index 0000000..f4f8e76 --- /dev/null +++ b/src/hash.h @@ -0,0 +1,9 @@ +#ifndef VGLTF_HASH_H +#define VGLTF_HASH_H + +#include +#include + +uint64_t vgltf_hash_fnv_1a(const char *bytes, size_t nbytes); + +#endif // VGLTF_HASH_H -- cgit v1.2.3