We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f941ac commit f722a55Copy full SHA for f722a55
spirv_reflect.c
@@ -20,6 +20,8 @@
20
#include <stdbool.h>
21
#include <string.h>
22
23
+#include <stddef.h> // for offsetof as defined in c spec
24
+
25
#if defined(WIN32)
26
#define _CRTDBG_MAP_ALLOC
27
#include <stdlib.h>
0 commit comments