Registry / utility / hlslpp

hlslpp

JSON →
library3.5.3vcpkgunverified

Math library using HLSL syntax with multiplatform SIMD support.

vcpkg install hlslpp
INSTALL
IMPORT
SIG · HLSLPP
H
hlslpp
utilitycppv3.5.3
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.

hlsl++.h
#include <hlsl++.h>

Basic vector arithmetic with hlslpp

#include "hlsl++.h" #include <iostream> int main() { hlslpp::float4 v(1.0f, 2.0f, 3.0f, 4.0f); hlslpp::float4 result = v * 2.0f; std::cout << result.x << ", " << result.y << ", " << result.z << ", " << result.w << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.5.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

hlslpp — pip install hlslpp · libregistry