Class XrSecondaryViewConfigurationSessionBeginInfoMSFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSecondaryViewConfigurationSessionBeginInfoMSFT extends Struct<XrSecondaryViewConfigurationSessionBeginInfoMSFT> implements NativeResource
struct XrSecondaryViewConfigurationSessionBeginInfoMSFT {
    XrStructureType type;
    void const * next;
    uint32_t viewConfigurationCount;
    XrViewConfigurationType const * enabledViewConfigurationTypes;
}