diff options
Diffstat (limited to 'tools/gfx/open-gl')
| -rw-r--r-- | tools/gfx/open-gl/render-gl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx/open-gl/render-gl.cpp b/tools/gfx/open-gl/render-gl.cpp index 7daf577ef..fdec875f0 100644 --- a/tools/gfx/open-gl/render-gl.cpp +++ b/tools/gfx/open-gl/render-gl.cpp @@ -2791,7 +2791,7 @@ Result GLDevice::createProgram( { ComPtr<ISlangBlob> kernelCode; ComPtr<ISlangBlob> diagnostics; - auto compileResult = desc.slangGlobalScope->getEntryPointCode( + auto compileResult = getEntryPointCodeFromShaderCache(desc.slangGlobalScope, i, 0, kernelCode.writeRef(), diagnostics.writeRef()); if (diagnostics) { |
