Class VkPhysicalDevicePointClippingPropertiesKHR

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class VkPhysicalDevicePointClippingPropertiesKHR
    extends VkPhysicalDevicePointClippingProperties
    See VkPhysicalDevicePointClippingProperties.

    Layout

    
     struct VkPhysicalDevicePointClippingPropertiesKHR {
         VkStructureType sType;
         void * pNext;
         VkPointClippingBehavior pointClippingBehavior;
     }