https://github.com/shader-slang/slang
History
Tip revision: 15b46afc2d0c10561bb8440b2eec565a5edfad32 authored by jsmall-nvidia on 16 December 2019, 16:19:37 UTC
If a locator is not set for a DownstreamCompiler type, that doesn't *necessarily* mean that there isn't one, for example with the GENERIC_C_CPP option. This could also be fixed by say giving this type an empty locator, or special casing. The option chosen here, is to allow lookup even if there isn't a locator. Note that there is some special case handling, where a generic lookup, will prime all of the specific types. (#1154)
Tip revision: 15b46af

back to top