Class XrInteractionRenderModelTopLevelUserPathGetInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrInteractionRenderModelTopLevelUserPathGetInfoEXT extends Struct<XrInteractionRenderModelTopLevelUserPathGetInfoEXT> implements NativeResource

 struct XrInteractionRenderModelTopLevelUserPathGetInfoEXT {
     XrStructureType type;
     void const * next;
     uint32_t topLevelUserPathCount;
     XrPath const * topLevelUserPaths;
 }