summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/Plugins/Plugin_VideoDX11/Src/D3DShader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoDX11/Src/D3DShader.cpp b/Source/Plugins/Plugin_VideoDX11/Src/D3DShader.cpp
index 8deb81ff70..4412f91b4c 100644
--- a/Source/Plugins/Plugin_VideoDX11/Src/D3DShader.cpp
+++ b/Source/Plugins/Plugin_VideoDX11/Src/D3DShader.cpp
@@ -110,7 +110,7 @@ SharedPtr<ID3D10Blob> CompileVertexShader(const char* code, unsigned int len)
SharedPtr<ID3D10Blob> CompileGeometryShader(const char* code, unsigned int len,
const D3D_SHADER_MACRO* pDefines)
{
- return CompileShader(code, len, D3D::GeometryShaderVersionString());
+ return CompileShader(code, len, D3D::GeometryShaderVersionString(), pDefines);
}
// code->bytecode