summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3D11
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngineD3D11')
-rw-r--r--Graphics/GraphicsEngineD3D11/interface/ShaderD3D11.h1
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;
};