Frees graphics memory. This method is deprecated from the Februrary 2014 XDK. Use XMemFree or VirtualFree instead.
HRESULT D3DFreeGraphicsMemory(
VOID *pAddress
)
pAddress
Type: VOIDÂ *
[in] The CPU virtual address associated with a graphics allocation, which was returned by a successful call to D3DAllocateGraphicsMemory.
Type: HRESULTÂ
Header: Declared in d3d11_x.h (d3d11_1.h on other Windows platforms).
Library: Use d3d11_x.lib (d3d11.lib on other Windows platforms).