Class XrViewConfigurationProperties

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrViewConfigurationProperties extends Struct<XrViewConfigurationProperties> implements NativeResource

 struct XrViewConfigurationProperties {
     XrStructureType type;
     void * next;
     XrViewConfigurationType viewConfigurationType;
     XrBool32 fovMutable;
 }