Class VkAttachmentFeedbackLoopInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkAttachmentFeedbackLoopInfoEXT extends Struct<VkAttachmentFeedbackLoopInfoEXT> implements NativeResource
struct VkAttachmentFeedbackLoopInfoEXT {
    VkStructureType sType;
    void const * pNext;
    VkBool32 feedbackLoopEnable;
}