Class VkPhysicalDeviceDepthClampZeroOneFeaturesKHR

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

public class VkPhysicalDeviceDepthClampZeroOneFeaturesKHR extends Struct<VkPhysicalDeviceDepthClampZeroOneFeaturesKHR> implements NativeResource

 struct VkPhysicalDeviceDepthClampZeroOneFeaturesKHR {
     VkStructureType sType;
     void * pNext;
     VkBool32 depthClampZeroOne;
 }