Class XrSwapchainCreateInfoFoveationFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSwapchainCreateInfoFoveationFB extends Struct<XrSwapchainCreateInfoFoveationFB> implements NativeResource

 struct XrSwapchainCreateInfoFoveationFB {
     XrStructureType type;
     void * next;
     XrSwapchainCreateFoveationFlagsFB flags;
 }