Class XrCompositionLayerSpaceWarpInfoFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCompositionLayerSpaceWarpInfoFB extends Struct<XrCompositionLayerSpaceWarpInfoFB> implements NativeResource
struct XrCompositionLayerSpaceWarpInfoFB {
    XrStructureType type;
    void const * next;
    XrCompositionLayerSpaceWarpInfoFlagsFB layerFlags;
    XrSwapchainSubImage motionVectorSubImage;
    XrPosef appSpaceDeltaPose;
    XrSwapchainSubImage depthSubImage;
    float minDepth;
    float maxDepth;
    float nearZ;
    float farZ;
}