Class VkPhysicalDevicePointClippingProperties

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDevicePointClippingProperties>
org.lwjgl.vulkan.VkPhysicalDevicePointClippingProperties
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer
Direct Known Subclasses:
VkPhysicalDevicePointClippingPropertiesKHR

public class VkPhysicalDevicePointClippingProperties extends org.lwjgl.system.Struct<VkPhysicalDevicePointClippingProperties> implements org.lwjgl.system.NativeResource
Structure describing the point clipping behavior supported by an implementation.
Description

If the VkPhysicalDevicePointClippingProperties structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDevicePointClippingProperties {
     VkStructureType sType();
     void * pNext();
     VkPointClippingBehavior pointClippingBehavior();
 }