unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkPhysicalDevicePointClippingProperties.txt

11 lines
426 B
Plaintext

// 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;
----