summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3D12
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngineD3D12')
-rw-r--r--Graphics/GraphicsEngineD3D12/interface/DeviceContextD3D12.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3D12/interface/DeviceContextD3D12.h b/Graphics/GraphicsEngineD3D12/interface/DeviceContextD3D12.h
index 5bbbc91e..18018d94 100644
--- a/Graphics/GraphicsEngineD3D12/interface/DeviceContextD3D12.h
+++ b/Graphics/GraphicsEngineD3D12/interface/DeviceContextD3D12.h
@@ -113,7 +113,6 @@ DILIGENT_INTERFACE(IDeviceContextD3D12, IDeviceContext)
struct IDeviceContextD3D12Vtbl
{
struct IObjectMethods Object;
- struct IDeviceObjectMethods DeviceObject;
struct IDeviceContextMethods DeviceContext;
struct IDeviceContextD3D12Methods DeviceContextD3D12;
};