The sampler-state tag has no wiki summary.
0
votes
0answers
24 views
Sprite sheets, Clamp or Wrap?
I'm using a combination of sprite sheets for well, sprites and individual textures for infinite tiling.
For the tiling textures I'm obviously using Wrap to draw the entire surface in one call but up ...
3
votes
2answers
159 views
How to fill/initialize D3D11_SAMPLER_DESC properly?
If I want to set explicitly every parameter of the structure I just do so and that's it. But what if I want to set only some of them and leave the rest with default values? I've seen in some tutorial ...