mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ SharedPtr<ID3D10Blob> CompileVertexShader(const char* code, unsigned int len)
|
||||||
SharedPtr<ID3D10Blob> CompileGeometryShader(const char* code, unsigned int len,
|
SharedPtr<ID3D10Blob> CompileGeometryShader(const char* code, unsigned int len,
|
||||||
const D3D_SHADER_MACRO* pDefines)
|
const D3D_SHADER_MACRO* pDefines)
|
||||||
{
|
{
|
||||||
return CompileShader(code, len, D3D::GeometryShaderVersionString());
|
return CompileShader(code, len, D3D::GeometryShaderVersionString(), pDefines);
|
||||||
}
|
}
|
||||||
|
|
||||||
// code->bytecode
|
// code->bytecode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue