Class XrSessionActionSetsAttachInfo

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSessionActionSetsAttachInfo extends Struct<XrSessionActionSetsAttachInfo> implements NativeResource

 struct XrSessionActionSetsAttachInfo {
     XrStructureType type;
     void const * next;
     uint32_t countActionSets;
     XrActionSet const * actionSets;
 }