D3D11#
Capturing D3D11#
The PVRCarbon Recorder for D3D11 consists of:
d3d11.dll
dxgi.dll
PVRCarbon.dll
Supported Platforms#
Windows
Windows Setup#
Copy PVRCarbon’s d3d11.dll, dxgi.dll, and PVRCarbon.dll to the executable directory.
Note
To be able to pass D3D11 calls from the PVRCarbon recorder libraries to the host implementation PVRCarbon needs to know the location of the D3D11 libraries on the system. By default, PVRCarbon will look for them in the system directory. If for some reason your setup is different you can explicitly set these paths using PVRCARBON_host_library_d3d11 and PVRCARBON_host_library_dxgi.
set PVRCARBON_host_library_d3d11=<Path to the host d3d11.dll library>
set PVRCARBON_host_library_dxgi=<Path to the host dxgi.dll library>