diff options
Diffstat (limited to 'source/slang/parameter-binding.cpp')
| -rw-r--r-- | source/slang/parameter-binding.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/parameter-binding.cpp b/source/slang/parameter-binding.cpp index eeaa04a3f..4a6eac472 100644 --- a/source/slang/parameter-binding.cpp +++ b/source/slang/parameter-binding.cpp @@ -1688,7 +1688,7 @@ void generateParameterBindings( programLayout->bindingForHackSampler = (int)binding; RefPtr<Variable> var = new Variable(); - var->Name.Content = "SLANG_hack_samplerForTexelFetch"; + var->name.Content = "SLANG_hack_samplerForTexelFetch"; var->type.type = getSamplerStateType(request->mSession); auto typeLayout = new TypeLayout(); |
