Class XrFoveationLevelProfileCreateInfoFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrFoveationLevelProfileCreateInfoFB extends Struct<XrFoveationLevelProfileCreateInfoFB> implements NativeResource
struct XrFoveationLevelProfileCreateInfoFB {
    XrStructureType type;
    void * next;
    XrFoveationLevelFB level;
    float verticalOffset;
    XrFoveationDynamicFB dynamic;
}