Unit CastleDDS
Description
DDS image file format handling (TDDSImage).
Uses
Overview
Classes, Interfaces, Objects and Records
Types
Constants
Description
Types
TDDSType = (...); |
Type of data in DDS image file. This doesn't take into account mipmaps (they are orthogonal to types here).
Values
-
dtTexture:
-
dtCubeMap:
-
dtVolume:
|
Constants
DDSTypeToString: array [TDDSType] of string =
( 'Texture', 'CubeMap', 'Volume' ); |
|
|