Table of Contents

Enum TextureFormat

Namespace
KernSmith
Assembly
KernSmith.dll

Texture format for atlas output images.

public enum TextureFormat

Fields

Dds = 2

DDS (DirectDraw Surface) format — uncompressed, for DirectX-based engines.

Png = 0

PNG format (default).

Tga = 1

TGA (Targa) format — uncompressed, simple header + raw pixels.