Class VkPhysicalDeviceFrameBoundaryFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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