Class XrFoveationCustomModeInfoHTC

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrFoveationCustomModeInfoHTC extends Struct<XrFoveationCustomModeInfoHTC> implements NativeResource

 struct XrFoveationCustomModeInfoHTC {
     XrStructureType type;
     void const * next;
     uint32_t configCount;
     {@link XrFoveationConfigurationHTC XrFoveationConfigurationHTC} const * configs;
 }