Hi,
I got an error below when I use the sampler3D in the shader.
“GL_INVALID_OPERATION: Two textures of different types use the same sampler location.”
I attached the test scene with the shader code. It looks like that the texture3D cannot be used with texture2D sampler.