Class VkImageViewCaptureDescriptorDataInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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