Registry / utility / rkcommon

rkcommon

JSON →
library1.14.2vcpkgunverified

Common set of C++ infrastructure and CMake utilities used by various components of Intel oneAPI Rendering Toolkit.

vcpkg install rkcommon
INSTALL
IMPORT
SIG · RKCOMMON
R
rkcommon
utilitycppv1.14.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rkcommon/math/vec.h
#include <rkcommon/math/vec.h>

Use a 3D vector from rkcommon math utilities.

#include <rkcommon/math/vec.h> #include <cstdio> int main() { rkcommon::math::vec3f v(1.0f, 2.0f, 3.0f); printf("vec3f: %f %f %f\n", v.x, v.y, v.z); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.14.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

rkcommon — pip install rkcommon · libregistry