mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-09 03:47:23 -04:00
Export the C-type VkGeometryInstanceFlagsKHR in vulkan.cppm. (#2023)
This commit is contained in:
parent
1055cb5e78
commit
0d89df69b3
@ -781,6 +781,10 @@ export namespace std
|
||||
{
|
||||
${hashSpecializations}
|
||||
}
|
||||
|
||||
// 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!!
|
||||
using VkGeometryInstanceFlagsKHR;
|
||||
)";
|
||||
|
||||
auto const str = replaceWithMap( vulkanCppmTemplate,
|
||||
|
@ -8246,3 +8246,7 @@ export namespace std
|
||||
struct hash<VULKAN_HPP_NAMESPACE::PhysicalDeviceVertexAttributeRobustnessFeaturesEXT>;
|
||||
|
||||
} // namespace std
|
||||
|
||||
// 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!!
|
||||
using VkGeometryInstanceFlagsKHR;
|
||||
|
Loading…
x
Reference in New Issue
Block a user