Class XrSystemSpaceWarpPropertiesFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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