diff options
Diffstat (limited to 'source/slang/slang-dxc-support.cpp')
| -rw-r--r-- | source/slang/slang-dxc-support.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/slang/slang-dxc-support.cpp b/source/slang/slang-dxc-support.cpp index b4bc77fe5..816de5960 100644 --- a/source/slang/slang-dxc-support.cpp +++ b/source/slang/slang-dxc-support.cpp @@ -31,7 +31,6 @@ namespace Slang String GetHLSLProfileName(Profile profile); String emitHLSLForEntryPoint( BackEndCompileRequest* compileRequest, - EntryPoint* entryPoint, Int entryPointIndex, TargetRequest* targetReq, EndToEndCompileRequest* endToEndReq); @@ -95,7 +94,6 @@ namespace Slang // point, since we'll need that to feed into dxc. auto hlslCode = emitHLSLForEntryPoint( compileRequest, - entryPoint, entryPointIndex, targetReq, endToEndReq); |
