Image (RW Section)

From GTAMods Wiki
Revision as of 07:22, 24 October 2023 by Muzzarino (talk | contribs) (Created page with "{{Stub}} {{RW Section | NAME = Image | VENDORNAME = Criterion Games | MODULENAME = Core | MODULEID = 000000 | IDENTIFIER = 18 }} An ''Image'' is a section containing sampler...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Image
RenderWare Stream Section
Vendor Criterion Games
Module Core
Module ID 0x000000
Identifier 0x18
Chunk ID 0x00000018
Versions All
Hierarchy
Parents:
None
Children:
None
Extensions:
None
File Format

An Image is a section containing sampler data stored for an individual texture.

Structure

<source lang="c"> struct rwImage {

   RwRGBA pixelRGBA[numPixels] (RwRGBA: uint8 r, g, b, a);
   unsigned int stringLength;
   string textureName;

};

See Also