Class XrSwapchainStateFoveationFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSwapchainStateFoveationFB extends Struct<XrSwapchainStateFoveationFB> implements NativeResource
struct XrSwapchainStateFoveationFB {
    XrStructureType type;
    void * next;
    XrSwapchainStateFoveationFlagsFB flags;
    XrFoveationProfileFB profile;
}