Go to the documentation of this file.
23 #ifndef AVUTIL_HWCONTEXT_D3D12VA_INTERNAL_H
24 #define AVUTIL_HWCONTEXT_D3D12VA_INTERNAL_H
40 #define DX_CHECK(hr) \
51 #define D3D12_OBJECT_RELEASE(pInterface) \
54 IUnknown_Release((IUnknown *)pInterface); \