• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkPhysicalDevicePointClippingProperties,VkPhysicalDevicePointClippingProperties]]
3[source,c++]
4----
5typedef struct VkPhysicalDevicePointClippingProperties {
6    VkStructureType            sType;
7    void*                      pNext;
8    VkPointClippingBehavior    pointClippingBehavior;
9} VkPhysicalDevicePointClippingProperties;
10----
11