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
Could we have a HRESULT ID3D12Device_GetAdapterLuid(ID3D12Device*, LUID*) instead? Figuring out the proper way to call this from C is a pain. Some examples of the problems caused by this function:
Could we have a
HRESULT ID3D12Device_GetAdapterLuid(ID3D12Device*, LUID*)
instead? Figuring out the proper way to call this from C is a pain. Some examples of the problems caused by this function:amerkoleci/Vortice.Windows#201
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26338
https://stackoverflow.com/questions/65197140/msvc-crash-when-invoking-a-method-directly-via-the-vtable-that-returns-by-value
The text was updated successfully, but these errors were encountered: