14class JPH_EXPORT ComputeSystemDX12Impl :
public ComputeSystemDX12
20 virtual ~ComputeSystemDX12Impl()
override;
25 IDXGIFactory4 * GetDXGIFactory()
const {
return mDXGIFactory.Get(); }
28 ComPtr<IDXGIFactory4> mDXGIFactory;
#define JPH_EXPORT
Definition Core.h:275
#define JPH_NAMESPACE_END
Definition Core.h:425
#define JPH_NAMESPACE_BEGIN
Definition Core.h:419
#define JPH_OVERRIDE_NEW_DELETE
Macro to override the new and delete functions.
Definition Memory.h:50
Helper class that either contains a valid result or an error.
Definition Result.h:12