As it stands right now, changing the sampler (i.e., going from linear filtering to no filtering) requires the entire swapchain be rebuilt. This is really bad, and given the low cost of samplers we should simply create every possible permutation of samplers ahead of time and bind whatever the user chooses at the time of drawing.
As it stands right now, changing the sampler (i.e., going from linear filtering to no filtering) requires the entire swapchain be rebuilt. This is really bad, and given the low cost of samplers we should simply create every possible permutation of samplers ahead of time and bind whatever the user chooses at the time of drawing.