Class XrSwapchainImageFoveationVulkanFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSwapchainImageFoveationVulkanFB extends Struct<XrSwapchainImageFoveationVulkanFB> implements NativeResource
struct XrSwapchainImageFoveationVulkanFB {
    XrStructureType type;
    void * next;
    VkImage image;
    uint32_t width;
    uint32_t height;
}