From bfa5a84d781f70abf95391ff3175cff1d9cc078a Mon Sep 17 00:00:00 2001 From: assiduous Date: Tue, 28 Jan 2020 11:12:34 -0800 Subject: Fixed few issues in C interface --- Graphics/GraphicsEngineD3D11/interface/DeviceContextD3D11.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Graphics/GraphicsEngineD3D11') diff --git a/Graphics/GraphicsEngineD3D11/interface/DeviceContextD3D11.h b/Graphics/GraphicsEngineD3D11/interface/DeviceContextD3D11.h index 150aa38c..17a69beb 100644 --- a/Graphics/GraphicsEngineD3D11/interface/DeviceContextD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/DeviceContextD3D11.h @@ -58,7 +58,6 @@ DILIGENT_INTERFACE(IDeviceContextD3D11, IDeviceContext) struct IDeviceContextD3D11Vtbl { struct IObjectMethods Object; - struct IDeviceObjectMethods DeviceObject; struct IDeviceContextMethods DeviceContext; struct IDeviceContextD3D11Methods DeviceContextD3D11; }; -- cgit v1.2.3