This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA2HG: GLSL sampler2D or samplerCube max count

Part Number: TDA2HG

hello:

I have a question about the max count of sampler2D  or  samplerCube in frag shader.

I want to achieve the pbr car model, so i need to have some sampler2D or samplerCube in frag shader;

but when the count is 12 which sampler2D and samplerCube ;

shader will link error;

why is this? and how can i do to resolved it?

thanks!