Class VkAttachmentReference

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkAttachmentReference extends Struct<VkAttachmentReference> implements NativeResource

 struct VkAttachmentReference {
     uint32_t attachment;
     VkImageLayout layout;
 }