Class XrSecondaryViewConfigurationFrameEndInfoMSFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSecondaryViewConfigurationFrameEndInfoMSFT extends Struct<XrSecondaryViewConfigurationFrameEndInfoMSFT> implements NativeResource

 struct XrSecondaryViewConfigurationFrameEndInfoMSFT {
     XrStructureType type;
     void const * next;
     uint32_t viewConfigurationCount;
     {@link XrSecondaryViewConfigurationLayerInfoMSFT XrSecondaryViewConfigurationLayerInfoMSFT} const * viewConfigurationLayersInfo;
 }