diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-07-07 08:50:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-07 08:50:00 -0700 |
| commit | c47f23c2e61538c55819363f9db47ce946649027 (patch) | |
| tree | 00c8e2aaf83735f86ce6bf71e6781ac579a55f64 /source/slang/reflection.cpp | |
| parent | af8c0eae90c76d2c8f745badf6f743cefe15f777 (diff) | |
| parent | 54519ed70fbe154e196d04a8b62f6ea6aeded52a (diff) | |
Merge pull request #56 from tfoleyNV/bug-55
Bug 55
Diffstat (limited to 'source/slang/reflection.cpp')
| -rw-r--r-- | source/slang/reflection.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/slang/reflection.cpp b/source/slang/reflection.cpp index f71435c6f..b27cc0696 100644 --- a/source/slang/reflection.cpp +++ b/source/slang/reflection.cpp @@ -842,6 +842,10 @@ static void emitReflectionVarBindingInfoJSON( CASE(VERTEX_INPUT, vertexInput); CASE(FRAGMENT_OUTPUT, fragmentOutput); CASE(SAMPLER_STATE, samplerState); + CASE(UNIFORM, uniform); + CASE(DESCRIPTOR_TABLE_SLOT, descriptorTableSlot); + CASE(SPECIALIZATION_CONSTANT, specializationConstant); + CASE(MIXED, mixed); #undef CASE default: |
