diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-28 18:55:06 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-28 18:55:06 +0000 |
| commit | f3db428efac051ff89bed1703d3c2ab3d3a69ffb (patch) | |
| tree | 01e46c7494f9315d5d6c78bdc322149f17ee92aa /Graphics/GraphicsEngineD3D11 | |
| parent | Reworked C inteface method calls to use CALL_IFACE_METHOD macro (diff) | |
| download | DiligentCore-f3db428efac051ff89bed1703d3c2ab3d3a69ffb.tar.gz DiligentCore-f3db428efac051ff89bed1703d3c2ab3d3a69ffb.zip | |
Implemented IShaderD3D C interface.
Closed https://github.com/DiligentGraphics/DiligentCore/issues/55
Diffstat (limited to 'Graphics/GraphicsEngineD3D11')
| -rw-r--r-- | Graphics/GraphicsEngineD3D11/interface/ShaderD3D11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngineD3D11/interface/ShaderD3D11.h b/Graphics/GraphicsEngineD3D11/interface/ShaderD3D11.h index 29d8345d..4a68af4a 100644 --- a/Graphics/GraphicsEngineD3D11/interface/ShaderD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/ShaderD3D11.h @@ -60,6 +60,7 @@ struct IShaderD3D11Vtbl struct IObjectMethods Object; struct IDeviceObjectMethods DeviceObject; struct IShaderMethods Shader; + struct IShaderD3DMethods ShaderD3D; struct IShaderD3D11Methods ShaderD3D11; }; |
