File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ if(SLANG_ENABLE_GFX)
139
139
stb
140
140
$<$<BOOL :${SLANG_ENABLE_XLIB} >:X11::X11>
141
141
$<$<BOOL :${SLANG_ENABLE_CUDA} >:CUDA::cuda_driver>
142
+ $<$<BOOL :${SLANG_ENABLE_NVAPI} >:${NVAPI_LIBRARIES} >
142
143
SPIRV-Tools-link
143
144
LINK_WITH_FRAMEWORK Foundation Cocoa QuartzCore Metal
144
145
EXTRA_COMPILE_DEFINITIONS_PRIVATE
Original file line number Diff line number Diff line change @@ -1136,7 +1136,8 @@ Result ShaderProgramBase::compileShaders(RendererBase* device)
1136
1136
// glue code holding together the bits of precompiled target IR.
1137
1137
// Collect those dependency target IRs too.
1138
1138
ComPtr<slang::IModulePrecompileService_Experimental> componentPrecompileService;
1139
- if (entryPointComponent->queryInterface (
1139
+ printf (" SKIP check componentPrecompileService\n " );
1140
+ if (false && entryPointComponent->queryInterface (
1140
1141
slang::IModulePrecompileService_Experimental::getTypeGuid (),
1141
1142
(void **)componentPrecompileService.writeRef ()) == SLANG_OK)
1142
1143
{
You can’t perform that action at this time.
0 commit comments