-
Notifications
You must be signed in to change notification settings - Fork 2
IMAG (image)
klightspeed edited this page Dec 20, 2012
·
2 revisions
This object represents a texture. It contains a HEAD chunk containing metadata, and a DATA chunk containing the DDS texture.
I'm not sure what this chunk contains apart from an ASCIZ name. It appears to always be 260 bytes long. Coincidentally, 260 bytes is the size of MAX_PATH under Windows.
This chunk contains the DDS texture.