Class VkPhysicalDevicePointClippingProperties

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer
Direct Known Subclasses:
VkPhysicalDevicePointClippingPropertiesKHR

public class VkPhysicalDevicePointClippingProperties extends Struct<VkPhysicalDevicePointClippingProperties> implements NativeResource
struct VkPhysicalDevicePointClippingProperties {
    VkStructureType sType;
    void * pNext;
    VkPointClippingBehavior pointClippingBehavior;
}