summaryrefslogtreecommitdiffstats
path: root/source/core/slang-render-api-util.cpp
Commit message (Collapse)AuthorAge
* Fix problems with synthesized tests and inconsitent render-test command ↵jsmall-nvidia2019-03-07
lines (#885) * * Check for inconsistent command line options for renderer * Moved RenderApiUtil into core so can be used in slang-test * Make it use the ShaderdLibrary for API testsing * Added some simplifying functions to StringUtil for spliting/comparisons * Refactored the synthesis of rendering tests so that inconsistent combinations are not produced * Add missing slang-render-api-util.cpp & .h * Stop warning on linux about _canLoadSharedLibrary not being used.