Class VkPhysicalDeviceDepthClipControlFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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