Class XrHandJointVelocitiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrHandJointVelocitiesEXT extends Struct<XrHandJointVelocitiesEXT> implements NativeResource
struct XrHandJointVelocitiesEXT {
    XrStructureType type;
    void * next;
    uint32_t jointCount;
    XrHandJointVelocityEXT * jointVelocities;
}