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;
     {@link XrCompositionLayerBaseHeader XrCompositionLayerBaseHeader} const * const * layers;
 }