Page 1 of 1

Question about textures and memory

Posted: Sat Dec 02, 2017 5:13 pm
by fabrizio_s
Hi,
I have 2 materials with the same map (for example 1000x1000 px)...does this map take 1000x1000 of memory or 2x(1000x1000) of memory?

bye

fabrizio

Re: Question about textures and memory

Posted: Sat Dec 02, 2017 9:49 pm
by face_off
It is only loaded into your graphics card VRAM once.

Paul

Re: Question about textures and memory

Posted: Sun Dec 03, 2017 2:59 pm
by fabrizio_s
thanx a lot