DX11: Fix issue 4345
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7423 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
306c3570d1
commit
3ef8a57da6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue