Class XrMarkerDetectorCustomProfileInfoML

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrMarkerDetectorCustomProfileInfoML extends Struct<XrMarkerDetectorCustomProfileInfoML> implements NativeResource
struct XrMarkerDetectorCustomProfileInfoML {
    XrStructureType type;
    void const * next;
    XrMarkerDetectorFpsML fpsHint;
    XrMarkerDetectorResolutionML resolutionHint;
    XrMarkerDetectorCameraML cameraHint;
    XrMarkerDetectorCornerRefineMethodML cornerRefineMethod;
    XrBool32 useEdgeRefinement;
    XrMarkerDetectorFullAnalysisIntervalML fullAnalysisIntervalHint;
}