diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2020-03-02 12:30:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-02 12:30:25 -0500 |
| commit | b85ca6f86d46ee3c4d5784d0bd4ebc8509e2a9bd (patch) | |
| tree | e91ce5470664cbd623374534e69e4bfc8a0f1840 /source/core/slang-std-writers.cpp | |
| parent | 6e9f407ad42ce635528b30f21366f903903a3682 (diff) | |
Feature/profile tool (#1251)
* WIP slang-profile
* Turn on symbols needed for profile.
* Remove calls to slang API from core as doing so broke profiling information.
Fix premake so slang-profile works on VS.
Diffstat (limited to 'source/core/slang-std-writers.cpp')
| -rw-r--r-- | source/core/slang-std-writers.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source/core/slang-std-writers.cpp b/source/core/slang-std-writers.cpp index 8b2f6f604..bf3ae72fd 100644 --- a/source/core/slang-std-writers.cpp +++ b/source/core/slang-std-writers.cpp @@ -30,13 +30,5 @@ namespace Slang return defaults; } -void StdWriters::setRequestWriters(SlangCompileRequest* request) -{ - for (int i = 0; i < SLANG_WRITER_CHANNEL_COUNT_OF; ++i) - { - spSetWriter(request, SlangWriterChannel(i), m_writers[i]); - } -} - } |
