Hello people, i have this situation: 1 mesh has 3 materials slots (it is is a skeletal mesh but the question is valid for static meshes aswell). Each material slot uses the same material (i have several meshes mapped in the same UV). Does it takes 3 drawcalls despite using the same material?
Hey there @ErramirOrlans! Each mesh themselves will still have their own draw call unless the meshes are instanced static meshes (ISM or HISM) they will be drawn together at once.