blob: 5231b119a64e3c08921e2dbeed38c07a0a605883 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkPhysicalDevicePointClippingProperties,VkPhysicalDevicePointClippingProperties]]
[source,c++]
----
typedef struct VkPhysicalDevicePointClippingProperties {
VkStructureType sType;
void* pNext;
VkPointClippingBehavior pointClippingBehavior;
} VkPhysicalDevicePointClippingProperties;
----