diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-07-20 10:13:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-20 10:13:54 -0700 |
| commit | b8478a457b7d26d497109d9a0a992dbc198eb47a (patch) | |
| tree | 5ed8f2cdebc6fb29e76048d920fa41c27b27f7d9 /source/slang/emit.h | |
| parent | f07c01ceb012b9b325a8ecebd12cdd5797d8d5b3 (diff) | |
| parent | 76dca35b3fabbe77d4c01640423bdf5ce93d27d4 (diff) | |
Merge pull request #129 from tfoleyNV/single-pass-stereo-ext
Translate NV single-pass stereo extension from Slang to GLSL
Diffstat (limited to 'source/slang/emit.h')
| -rw-r--r-- | source/slang/emit.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/slang/emit.h b/source/slang/emit.h index da1ac9f08..5d546bdf4 100644 --- a/source/slang/emit.h +++ b/source/slang/emit.h @@ -12,6 +12,11 @@ namespace Slang class ProgramLayout; class TranslationUnitRequest; + struct ExtensionUsageTracker; + void requireGLSLExtension( + ExtensionUsageTracker* tracker, + String const& name); + // Emit code for a single entry point, based on // the input translation unit. String emitEntryPoint( |
