javacpp icon indicating copy to clipboard operation
javacpp copied to clipboard

Is it possible to port D3D12 APIs to java interface with javacpp?

Open oneengineer opened this issue 4 years ago • 1 comments

This is an out of curiosity questions. (and I know java can use opengl)

I wonder whether it is possible to port D3D12 APIs to java interface with javacpp or not? Dx12 provides the header files. and C:\Windows\System32\D3D12.dll

oneengineer avatar Oct 29 '20 07:10 oneengineer

Sure, please refer to https://github.com/bytedeco/javacpp-presets/wiki/Create-New-Presets

saudet avatar Oct 30 '20 01:10 saudet