Class XrFoveationApplyInfoHTC

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrFoveationApplyInfoHTC extends Struct<XrFoveationApplyInfoHTC> implements NativeResource
struct XrFoveationApplyInfoHTC {
    XrStructureType type;
    void const * next;
    XrFoveationModeHTC mode;
    uint32_t subImageCount;
    XrSwapchainSubImage * subImages;
}