Class XrSecondaryViewConfigurationFrameStateMSFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSecondaryViewConfigurationFrameStateMSFT extends Struct<XrSecondaryViewConfigurationFrameStateMSFT> implements NativeResource
struct XrSecondaryViewConfigurationFrameStateMSFT {
    XrStructureType type;
    void * next;
    uint32_t viewConfigurationCount;
    XrSecondaryViewConfigurationStateMSFT * viewConfigurationStates;
}