Update safe_struct_generator.py

This commit is contained in:
Takuto Ikuta 2024-12-13 14:12:05 +09:00 committed by GitHub
parent 18d3745011
commit 03f81cf159
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -400,6 +400,7 @@ void FreePnextChain(const void *pNext) {
#include <vulkan/utility/vk_safe_struct.hpp> #include <vulkan/utility/vk_safe_struct.hpp>
#include <vulkan/utility/vk_struct_helper.hpp> #include <vulkan/utility/vk_struct_helper.hpp>
#include <cstddef>
#include <cstring> #include <cstring>
namespace vku { namespace vku {