1. Home
  2. Browse
  3. mdl-sdk

mdl-sdk

v2024.0.4#0Latest

NVIDIA Material Definition Language SDK

Install

Run the following Vcpkg command to install the port.

vcpkg install mdl-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)

Features

Dependencies

See source

Version

v2024.0.4#0

Publication

Supports

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

GitHub

NVIDIA/MDL-SDK491

Homepage

github.com/NVIDIA/MDL-SDK

Subtree

c247e77f8c

License

BSD-3-Clause

Definition

Manifest