Class XrFrameSynthesisConfigViewEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrFrameSynthesisConfigViewEXT extends Struct<XrFrameSynthesisConfigViewEXT> implements NativeResource
struct XrFrameSynthesisConfigViewEXT {
    XrStructureType type;
    void * next;
    uint32_t recommendedMotionVectorImageRectWidth;
    uint32_t recommendedMotionVectorImageRectHeight;
}