diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-28 19:12:34 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-28 19:12:34 +0000 |
| commit | bfa5a84d781f70abf95391ff3175cff1d9cc078a (patch) | |
| tree | 1a1dee46bfe3c5e80ae13b0abcef142bf25348eb /Graphics/GraphicsEngineD3D11 | |
| parent | Implemented IShaderD3D C interface. (diff) | |
| download | DiligentCore-bfa5a84d781f70abf95391ff3175cff1d9cc078a.tar.gz DiligentCore-bfa5a84d781f70abf95391ff3175cff1d9cc078a.zip | |
Fixed few issues in C interface
Diffstat (limited to 'Graphics/GraphicsEngineD3D11')
| -rw-r--r-- | Graphics/GraphicsEngineD3D11/interface/DeviceContextD3D11.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; }; |
