Class XrSecondaryViewConfigurationLayerInfoMSFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSecondaryViewConfigurationLayerInfoMSFT extends Struct<XrSecondaryViewConfigurationLayerInfoMSFT> implements NativeResource
struct XrSecondaryViewConfigurationLayerInfoMSFT {
    XrStructureType type;
    void const * next;
    XrViewConfigurationType viewConfigurationType;
    XrEnvironmentBlendMode environmentBlendMode;
    uint32_t layerCount;
    XrCompositionLayerBaseHeader const * const * layers;
}