Export std::{tuple_size,tuple_element} for vk::StructureChain. (#2060)

* Export std::{tuple_size,tuple_element} for vk::StructureChain.

* Add separator
This commit is contained in:
LEE KYOUNGHEON 2025-02-05 16:47:13 +09:00 committed by GitHub
parent d9c7a3b836
commit 8672aa4aaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -826,6 +826,15 @@ export namespace VULKAN_HPP_NAMESPACE
export namespace std
{
${hashSpecializations}
//===============================================
//=== Required exports for vk::StructureChain ===
//===============================================
#if !defined( VULKAN_HPP_DISABLE_ENHANCED_MODE )
using std::tuple_size;
using std::tuple_element;
#endif
}
// This VkFlags type is used as part of a bitfield in some structure.