diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-07-10 10:58:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-10 10:58:47 -0700 |
| commit | 3c92fedbb73f76f3418630069c880bdc8aedccb4 (patch) | |
| tree | e220ec5f54e5a5970a2307a87891a301d35f1546 /source/slang/slang-stdlib.cpp | |
| parent | 8abdf2dddd10feb9794c86cdf6b2159a2b6383e4 (diff) | |
| parent | d6d49eac224a0d03c8f941deb59ee1520ff0ab5e (diff) | |
Merge pull request #66 from tfoleyNV/falcor-work
Falcor work
Diffstat (limited to 'source/slang/slang-stdlib.cpp')
| -rw-r--r-- | source/slang/slang-stdlib.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang-stdlib.cpp b/source/slang/slang-stdlib.cpp index 23d66201a..9d6f812cd 100644 --- a/source/slang/slang-stdlib.cpp +++ b/source/slang/slang-stdlib.cpp @@ -1914,6 +1914,7 @@ namespace Slang { "2D", TextureType::Shape2D, 2 }, { "3D", TextureType::Shape3D, 3 }, { "Cube", TextureType::ShapeCube, 3 }, + { "Buffer", TextureType::ShapeBuffer, 1 }, }; static const int kBaseTextureTypeCount = sizeof(kBaseTextureTypes) / sizeof(kBaseTextureTypes[0]); |
