Class VkPhysicalDeviceDepthClipEnableFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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