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/GraphicsEngineD3D12 | |
| 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/GraphicsEngineD3D12')
| -rw-r--r-- | Graphics/GraphicsEngineD3D12/interface/ShaderD3D12.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngineD3D12/interface/ShaderD3D12.h b/Graphics/GraphicsEngineD3D12/interface/ShaderD3D12.h index 65c8e32f..2027e0cd 100644 --- a/Graphics/GraphicsEngineD3D12/interface/ShaderD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/ShaderD3D12.h @@ -63,6 +63,7 @@ struct IShaderD3D12Vtbl struct IObjectMethods Object; struct IDeviceObjectMethods DeviceObject; struct IShaderMethods Shader; + struct IShaderD3DMethods ShaderD3D; //struct IShaderD3D12Methods ShaderD3D12; }; |
