Class XrViewConfigurationViewFovEPIC

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrViewConfigurationViewFovEPIC extends Struct<XrViewConfigurationViewFovEPIC> implements NativeResource
struct XrViewConfigurationViewFovEPIC {
    XrStructureType type;
    void const * next;
    XrFovf recommendedFov;
    XrFovf maxMutableFov;
}