doitsujin / elf-auf-zwoelf

D3D11 wrapper library using Microsoft's D3D11On12 implementation
55 stars 6 forks source link

missing LICENSE file #2

Open theuserbl opened 4 years ago

theuserbl commented 4 years ago

Under what license is elf-auf-zwoelf? Ten month later, Microsoft published its own 11 on 12 implementation on github https://github.com/microsoft/D3D11On12 https://github.com/microsoft/D3D12TranslationLayer

And the Microsoft implementation is licensed under the MIT license. And what is with your code? Under which license is it?

doitsujin commented 4 years ago

Do whatever you want with it, this is trivial work anyway.

Note that this project is not a translation layer, it's just a shim library to make D3D11 applications use Microsoft's translation layer.