Skip to Content

mdl-sdk v2025.0.5

Created
Updated

NVIDIA Material Definition Language SDK

# Usage

mdl-sdk provides CMake targets:

find_package(mdl CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<COMPILE_ONLY:mdl::mdl_sdk> ${CMAKE_DL_LIBS})

# Or if you want to use only the MDL Core library:
find_package(mdl CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<COMPILE_ONLY:mdl::mdl_core> ${CMAKE_DL_LIBS}) 

# License

# Supported Platforms

!x86 & !(windows & (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.

# df-vulkan

# materialx

Enables MaterialX support

Dependencies:

No transitive dependencies.

Host Dependencies:
2 transitive dependencies:

# openimageio

Build image plugin for various image formats using OpenImageIO

Dependencies:
and 19 transitive dependencies:
Host Dependencies:
3 transitive dependencies:

# Dependencies

and 33 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

  • dfefa2e [mdl-sdk] Add "materialx" feature (#50255)
  • 76b3df9 [mdl-sdk] Update to 2025.0.5. (#50250)
  • c4a5f9b [mdl-sdk] Add feature flag df-vulkan to build the MDL SDK df_vulkan example. (#48964)
  • f4bcab3 [mdl-sdk] Update to 2025.0.3. (#48948)
  • ec55f11 [mdl-sdk] Update to 2025. (#47598)
  • 6cac075 [mdl-sdk] Update to 2024.1.4. (#46631)
  • 984f923 [mdl-sdk] Update to 2024.1.3. (#45828)
  • 49663bc [mdl-sdk] Update to 2024.1.1. (#45264)
  • 381b327 [mdl-sdk] Update to 2024.1 (#43531)
  • d05fa3f [mdl-sdk] Fix build of openimageio feature after update to OpenImageIO 3.x. (#42492)
and 7 more commits:

# Source