We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the latest API release, there is a compile issue potentially originating from a missing definition.
In the function
/** Creates a skeleton component. */ virtual EVRInputError CreateSkeletonComponent( PropertyContainerHandle_t ulContainer, const char *pchName, const char *pchSkeletonPath, const char *pchBasePosePath, EVRSkeletalTrackingLevel eSkeletalTrackingLevel, const VRBoneTransform_t *pGripLimitTransforms, uint32_t unGripLimitTransformCount, VRInputComponentHandle_t *pHandle ) = 0;
The type EVRSkeletalTrackingLevel is not defined in the same file. It is defined in openvr.h which is not included in openvr_driver.h
Is this just a slight oversight?
The text was updated successfully, but these errors were encountered:
64fc059
joevdh
No branches or pull requests
In the latest API release, there is a compile issue potentially originating from a missing definition.
In the function
The type EVRSkeletalTrackingLevel is not defined in the same file. It is defined in openvr.h which is not included in openvr_driver.h
Is this just a slight oversight?
The text was updated successfully, but these errors were encountered: