Class VkRenderingFragmentDensityMapAttachmentInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkRenderingFragmentDensityMapAttachmentInfoEXT extends Struct<VkRenderingFragmentDensityMapAttachmentInfoEXT> implements NativeResource
struct VkRenderingFragmentDensityMapAttachmentInfoEXT {
    VkStructureType sType;
    void const * pNext;
    VkImageView imageView;
    VkImageLayout imageLayout;
}