Skip to content

hlslppv3.9

Updated

Math library using HLSL syntax with multiplatform SIMD support.

#Usage

hlslpp provides a CMake package:

find_package(unofficial-hlslpp CONFIG REQUIRED)
target_link_libraries(main PUBLIC unofficial::hlslpp::hlslpp)

#Supported Platforms

!x86

  • linux
  • osx
  • uwp
  • windows-arm64
  • windows-x64
  • windows-x86

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Pantelis Lekakis's avatarPantelis Lekakis
  • JonLiu1993's avatarJonLiu1993
  • toge's avatartoge
  • Weihang Ding's avatarWeihang Ding

#Changelog

  • 28ae799[hlslpp] Update to 3.9 (#51980)
  • 144f2f1[hlslpp] update to 3.8 (#48736)
  • a052f82[hlslpp]Update hlslpp to version 3.6 (#44079)
  • d41bdae[hlslpp]Update hlslpp to version 3.5.3 (#41214)
  • 3508985[hlslpp] Add new port (#40400)