Texture address

how to set texture sampler in constant.fx to wrap ?

using Sampler (DX11) ?

under dx9

AddressU = Wrap;
AddressV = Wrap;

note there’s also ConstantWrap.fx that has this already done for you …

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.