diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-08-07 15:44:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-07 15:44:00 -0700 |
| commit | 9ad2b40b79907c847451891ce2716fcbcdd2e916 (patch) | |
| tree | e492a82b13334955c1c56f6e3f9d25e8165de82c /source/slang/slang-stdlib.h | |
| parent | ca8eea98c89c632dd7b5a6a8b84d379d1e9e59cf (diff) | |
| parent | 7b54f43fb1b123f451460edb0add218a0428fe95 (diff) | |
Merge pull request #153 from tfoleyNV/remove-globals
Remove uses of global variables
Diffstat (limited to 'source/slang/slang-stdlib.h')
| -rw-r--r-- | source/slang/slang-stdlib.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/source/slang/slang-stdlib.h b/source/slang/slang-stdlib.h deleted file mode 100644 index d21b1e7f1..000000000 --- a/source/slang/slang-stdlib.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef SHADER_COMPILER_STD_LIB_H -#define SHADER_COMPILER_STD_LIB_H - -#include "../core/basic.h" - -namespace Slang -{ - String getCoreLibraryCode(); - String getHLSLLibraryCode(); - String getGLSLLibraryCode(); - - void finalizeShaderLibrary(); -} - -#endif
\ No newline at end of file |
