mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-10 04:18:48 -04:00
properly export VkGeometryInstanceFlagsKHR symbol (#2085)
This commit is contained in:
parent
0236fbad7d
commit
be9459f9c3
@ -50,5 +50,5 @@ export namespace std
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 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.
|
||||||
// As it that can't be mimiced by vk-data types, we need to export just that!!
|
// As it can't be mimicked by vk-data types, we need to export just that!!
|
||||||
export VkGeometryInstanceFlagsKHR;
|
export using ::VkGeometryInstanceFlagsKHR;
|
@ -8496,5 +8496,5 @@ export namespace std
|
|||||||
} // namespace std
|
} // namespace std
|
||||||
|
|
||||||
// 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.
|
||||||
// As it that can't be mimiced by vk-data types, we need to export just that!!
|
// As it can't be mimicked by vk-data types, we need to export just that!!
|
||||||
export VkGeometryInstanceFlagsKHR;
|
export using ::VkGeometryInstanceFlagsKHR;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user