1

I have a very simple question:

It seems that accessing a sampler1D, via texture1D(), is slower than accessing a sampler2D, via texture2D. Is it right ?

mike
  • 55
  • 6

1 Answers1

1

As with most performance matters, the performance of texture fetching operations is platform-dependent.

Nicol Bolas
  • 449,505
  • 63
  • 781
  • 982