FFmpeg
|
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Enable C style interface for D3D12. More... | |
#define | DX_CHECK(hr) |
A check macro used by D3D12 functions highly frequently. More... | |
#define | D3D12_OBJECT_RELEASE(pInterface) |
A release macro used by D3D12 objects highly frequently. More... | |
#define COBJMACROS |
Enable C style interface for D3D12.
Definition at line 32 of file hwcontext_d3d12va_internal.h.
#define DX_CHECK | ( | hr | ) |
A check macro used by D3D12 functions highly frequently.
Definition at line 40 of file hwcontext_d3d12va_internal.h.
#define D3D12_OBJECT_RELEASE | ( | pInterface | ) |
A release macro used by D3D12 objects highly frequently.
Definition at line 51 of file hwcontext_d3d12va_internal.h.