Class XrSystemEyeTrackingPropertiesFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemEyeTrackingPropertiesFB extends Struct<XrSystemEyeTrackingPropertiesFB> implements NativeResource
struct XrSystemEyeTrackingPropertiesFB {
    XrStructureType type;
    void * next;
    XrBool32 supportsEyeTracking;
}