GLSL texture1D versus texture2D

163 Views Asked by At

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 ?

1

There are 1 best solutions below

0
On

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