Skip to content

Commit

Permalink
Fix incorrect case in name of DX9 cube sampler type
Browse files Browse the repository at this point in the history
  • Loading branch information
rdb committed Jun 10, 2020
1 parent 3641ff7 commit 889a69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hlsl/hlslScanContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 889a69d

Please sign in to comment.