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