Multiple textures with sampler

Started by
1 comment, last by MJP 10 years, 10 months ago

Hi everyone,

I'm using Shader 2.0 right now and I want to use a sampler with multiple textures rather than creating a new sampler for each individual texture. Is this possible?

Thanks!

Advertisement

Depending on a usage you might want to use volume textures with tex3D intrinsic function or regular 2D texture with adjacent "frames" but then you might have problems if you want to wrap around.

No you can't do that. The only work around would be to pack multiple textures into a single texture.

This topic is closed to new replies.

Advertisement