Struct

WadMiptexFile

since: 0

Description [src]

struct WadMiptexFile {
  None texture_name;
  guint32 width;
  guint32 height;
  None mip_images;
  GArray* palette;
}

A mipmapped texture.

Structure members
texture_name

Name of the texture.

width

Width of the image, in pixels.

height

Height of the image, in pixels.

mip_images

An array of mipmaps. The first is full size (ie. width*height pixels), the second is half size (width/2 * height/2), the third is quarter size, and the fourth is eighth size.

palette

Image color palette.

Available since: 0

Instance methods

wad_miptex_file_copy
No description available.

since: 0

wad_miptex_file_free
No description available.

since: 0