mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-11 04:50:34 -04:00
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:
parent
d9c7a3b836
commit
8672aa4aaa
@ -826,6 +826,15 @@ export namespace VULKAN_HPP_NAMESPACE
|
|||||||
export namespace std
|
export namespace std
|
||||||
{
|
{
|
||||||
${hashSpecializations}
|
${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.
|
// This VkFlags type is used as part of a bitfield in some structure.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user