| commit | 1d70bce9928309e19470d63df63cf9a361505a85 | [log] [tgz] |
|---|---|---|
| author | Mark Lobodzinski <mark@lunarg.com> | Thu Jul 18 17:30:54 2019 -0600 |
| committer | Mark Lobodzinski <mark@lunarg.com> | Thu Aug 08 17:16:02 2019 -0600 |
| tree | a0ded4132d26a7becd4c9df695a63a45c8af278c | |
| parent | 7245fceccf87add001fc17365ccfc6c1fafdd5c9 [diff] [blame] |
scripts: Make safe_structs call pnext handlers Safe structs will now make deep copies of the attendant pnext chain. Change-Id: I34d6dfed9ce8222c197b83448ad7ee420b55df8c
diff --git a/layers/generated/vk_safe_struct.h b/layers/generated/vk_safe_struct.h index bbf6711..236098c 100644 --- a/layers/generated/vk_safe_struct.h +++ b/layers/generated/vk_safe_struct.h
@@ -34,6 +34,7 @@ #include <vulkan/vulkan.h> void *SafePnextCopy(const void *pNext); +void FreePnextChain(const void *head); void FreePnextChain(void *head);