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;
    XrFoveationConfigurationHTC const * configs;
}