Class XrCompositionLayerPassthroughANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCompositionLayerPassthroughANDROID extends Struct<XrCompositionLayerPassthroughANDROID> implements NativeResource
struct XrCompositionLayerPassthroughANDROID {
    XrStructureType type;
    void const * next;
    XrCompositionLayerFlags layerFlags;
    XrSpace space;
    XrPosef pose;
    XrVector3f scale;
    float opacity;
    XrPassthroughLayerANDROID layer;
}