DDS

Blitz3D Forums/Blitz3D Programming/DDS

D4NM4N(Posted 2006) [#1]
Is there any DDS texture support in blitz?


Dreamora(Posted 2006) [#2]
No


Mustang(Posted 2006) [#3]
:)


Ross C(Posted 2006) [#4]
I wish! :o) What you could do, is break down your textures into little chunks, and load them into blitz, bit by bit, then copy rect them to the main texture.


Steven Noyce(Posted 2006) [#5]
What is DDS?


Chroma(Posted 2006) [#6]
Microsoft's own texture format.

ie: mytex.dds


Steven Noyce(Posted 2006) [#7]
What is so good about it?


Mustang(Posted 2006) [#8]

What is so good about it?



Check my post I posted TWO YEARS AGO (in the middle of the thread):

http://www.blitzbasic.co.nz/Community/posts.php?topic=24157#250296

Basically you could use four times more textures using the same amount of VRAM. EVERY game uses .DDSes these days.