Class XrViewConfigurationViewFovEPIC

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrViewConfigurationViewFovEPIC extends Struct<XrViewConfigurationViewFovEPIC> implements NativeResource

 struct XrViewConfigurationViewFovEPIC {
     XrStructureType type;
     void const * next;
     {@link XrFovf XrFovf} recommendedFov;
     {@link XrFovf XrFovf} maxMutableFov;
 }