Class VkPhysicalDeviceDepthClampControlFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceDepthClampControlFeaturesEXT extends Struct<VkPhysicalDeviceDepthClampControlFeaturesEXT> implements NativeResource
struct VkPhysicalDeviceDepthClampControlFeaturesEXT {
    VkStructureType sType;
    void * pNext;
    VkBool32 depthClampControl;
}