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 62b0cbe commit 9af3b32Copy full SHA for 9af3b32
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