Skip to Content

mdl-sdk v2024.0.4

Created
Updated

NVIDIA Material Definition Language SDK

# Usage

mdl-sdk provides CMake targets:

find_package(mdl CONFIG REQUIRED)
target_link_libraries(main PRIVATE mdl::mdl_sdk)

# Or if you want to use only the MDL Core library:
find_package(mdl CONFIG REQUIRED)
target_link_libraries(main PRIVATE mdl::mdl_core) 

# License

# Supported Platforms

!x86 & !(windows & (staticcrt | arm | uwp)) & !(osx & arm) & !android

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

# Features

No default features set.

# dds

Build image plugin for DDS

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# openimageio

Build image plugin for various image formats using OpenImageIO

Dependencies:
and 84 transitive dependencies:
Host Dependencies:
4 transitive dependencies:

# Dependencies

and 34 transitive dependencies:

# Host Dependencies

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • MACHIZAUD Andréa's avatar MACHIZAUD Andréa
  • Billy O'Neal's avatar Billy O'Neal
  • Osyotr's avatar Osyotr
  • jim wang's avatar jim wang
  • Kai Pastor's avatar Kai Pastor
  • jreichel-nvidia's avatar jreichel-nvidia

# Changelog

  • c247e77 [mdl-sdk] Update to 2024.0.4 (#41777)
  • 2eab0f6 [vcpkg-cmake] Catch wrong MAYBE_UNUSED_VARIABLES (#38249)
  • 01ea5f6 [freeglut,gl2ps,glui,mdl-sdk] Platform support corrections (#35391)
  • 1384bec [mdl-sdk] Fix link freeimage error (#33531)
  • c6928df [python3] Update to 3.11.4 (#31727)
  • 1f47615 [mdl-sdk] Workaround broken gcc-11 <bit> (#32008)
  • e2aa9d1 [mdl] Add port MDL-SDK 2021.1.2 (#24633)

# Source