diff --git a/components/fx/technique.cpp b/components/fx/technique.cpp index 8090a27b76..019744e70d 100644 --- a/components/fx/technique.cpp +++ b/components/fx/technique.cpp @@ -510,6 +510,7 @@ namespace fx if (proxy.internal_format.has_value()) sampler->setSourceFormat(proxy.internal_format.value()); sampler->setName(std::string{mBlockName}); + sampler->setResizeNonPowerOfTwoHint(false); mTextures.emplace_back(sampler);