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!