Class VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT extends Struct<VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT> implements NativeResource

 struct VkPhysicalDeviceAttachmentFeedbackLoopDynamicStateFeaturesEXT {
     VkStructureType sType;
     void * pNext;
     VkBool32 attachmentFeedbackLoopDynamicState;
 }