Class XrHolographicWindowAttachmentMSFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrHolographicWindowAttachmentMSFT extends Struct<XrHolographicWindowAttachmentMSFT> implements NativeResource

 struct XrHolographicWindowAttachmentMSFT {
     XrStructureType type;
     void const * next;
     IUnknown * holographicSpace;
     IUnknown * coreWindow;
 }