Class XrControllerModelPropertiesMSFT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrControllerModelPropertiesMSFT>
org.lwjgl.openxr.XrControllerModelPropertiesMSFT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrControllerModelPropertiesMSFT extends org.lwjgl.system.Struct<XrControllerModelPropertiesMSFT> implements org.lwjgl.system.NativeResource
Describes the properties of a controller model.
Valid Usage (Implicit)
See Also

XrControllerModelNodePropertiesMSFT, GetControllerModelPropertiesMSFT, LoadControllerModelMSFT

Layout


 struct XrControllerModelPropertiesMSFT {
     XrStructureType type();
     void * next();
     uint32_t nodeCapacityInput();
     uint32_t nodeCountOutput();
     XrControllerModelNodePropertiesMSFT * nodeProperties();
 }