File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -393,9 +393,9 @@ class ComputerAidedDesign final : public examples::SimpleWindowedApplication, pu
393393 }
394394
395395 IGPUSampler::SParams samplerParams = {};
396- samplerParams.TextureWrapU = IGPUSampler::ETC_CLAMP_TO_BORDER;
397- samplerParams.TextureWrapV = IGPUSampler::ETC_CLAMP_TO_BORDER;
398- samplerParams.TextureWrapW = IGPUSampler::ETC_CLAMP_TO_BORDER;
396+ samplerParams.TextureWrapU = IGPUSampler::E_TEXTURE_CLAMP:: ETC_CLAMP_TO_BORDER;
397+ samplerParams.TextureWrapV = IGPUSampler::E_TEXTURE_CLAMP:: ETC_CLAMP_TO_BORDER;
398+ samplerParams.TextureWrapW = IGPUSampler::E_TEXTURE_CLAMP:: ETC_CLAMP_TO_BORDER;
399399 samplerParams.BorderColor = IGPUSampler::ETBC_FLOAT_OPAQUE_WHITE; // positive means outside shape
400400 samplerParams.MinFilter = IGPUSampler::ETF_LINEAR;
401401 samplerParams.MaxFilter = IGPUSampler::ETF_LINEAR;
You can’t perform that action at this time.
0 commit comments