Tesla Graphics Engine Documentation (January 2012)
SurfaceFormat Enumeration
TeslaTesla.GraphicsSurfaceFormat
Defines a surface's encoding format.
Declaration Syntax
C#
public enum SurfaceFormat
Members
Member Description
Color Unsigned 32-Bit ARGB pixel format with alpha, 8 bits per channel.
BGR565 Unsigned 16-bit BGR pixel format with 5 bits for blue, 6 bits for green, and 5 bits for red.
BGRA5551 Unsigned 16-bit BGRA pixel format with 5 bits for r,g,b channels and 1 bit for alpha.
DXT1 DXT1 compression texture format. Surface dimensions must be in multiples of 4.
DXT3 DXT3 compression texture format. Surface dimensions must be in multiples of 4.
DXT5 DXT5 compression texture format. Surface dimensions must be in multiples of 4.
RGBA1010102 Unsigned 32-bit RGBA pixel format with 10 bits for r,g,b, channels and 2 bits for alpha.
RG32 Unsigned 32-bit RG pixel format using 16 bits for red and green.
RGBA64 Unsigned 64-bit RGBA pixel format using 16 bit for r,g,b,a channels.
Alpha8 Unsigned 8-bit alpha.
Single IEEE 32-bit float format using 32 bits for the red channel.
Vector2 IEEE 64-bit float format using 32 bits for red and green.
Vector3 IEEE 96-bit float format using 32 bits for red, green, blue.
Vector4 IEEE 128-bit float format using 32 bits for r,g,b,a channels.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)