microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.47k stars 393 forks source link

Individually define albedo/normal/RMA textures #56

Closed MattFiler closed 5 years ago

MattFiler commented 5 years ago

Only a small addition, but allows for the useful ability to individually define new textures for albedo, normal, and RMA.

walbourn commented 5 years ago

Merged with some code review in this commit

Also updated DirectX Tool Kit for DX11 in this commit.

Thanks!