You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I put this in as a bug here: #1436 , but I'll ask here too because I haven't heard anything in over a month (is this project abandoned? Seems like there's not been much activity for a while now).
When calling the GetAdapterLuid method on the ID3D12Device interface, I get this:
It errors on ID3D12Device and ID3D12Device14 (latest). I tried the code in C++ and it worked perfectly, so I suspect it's an issue with the generated code.
It should return a populated LUID structure. Does anyone have any insight here? Am I out of luck using CSWin32 for this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I put this in as a bug here: #1436 , but I'll ask here too because I haven't heard anything in over a month (is this project abandoned? Seems like there's not been much activity for a while now).
When calling the
GetAdapterLuid
method on theID3D12Device
interface, I get this:It errors on
ID3D12Device
andID3D12Device14
(latest). I tried the code in C++ and it worked perfectly, so I suspect it's an issue with the generated code.It should return a populated LUID structure. Does anyone have any insight here? Am I out of luck using CSWin32 for this?
Beta Was this translation helpful? Give feedback.
All reactions