HLSL: Fix incorrect case in name of DX9-style cube sampler type (#2265)
This commit is contained in:
parent
b919bc889e
commit
ebf55a0711
3 changed files with 3 additions and 3 deletions
|
|
@ -317,7 +317,7 @@ void HlslScanContext::fillInKeywordMap()
|
|||
(*KeywordMap)["sampler1D"] = EHTokSampler1d;
|
||||
(*KeywordMap)["sampler2D"] = EHTokSampler2d;
|
||||
(*KeywordMap)["sampler3D"] = EHTokSampler3d;
|
||||
(*KeywordMap)["samplerCube"] = EHTokSamplerCube;
|
||||
(*KeywordMap)["samplerCUBE"] = EHTokSamplerCube;
|
||||
(*KeywordMap)["sampler_state"] = EHTokSamplerState;
|
||||
(*KeywordMap)["SamplerState"] = EHTokSamplerState;
|
||||
(*KeywordMap)["SamplerComparisonState"] = EHTokSamplerComparisonState;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue