Skip to main content

RenderTextureFormat

Format of a RenderTexture.

Elements

ElementDescription
RenderTextureFormat.ARGB1555Color render texture format, 1 bit for Alpha channel, 5 bits for Red, Green and Blue channels.
RenderTextureFormat.ARGB2101010Color render texture format. 10 bits for colors, 2 bits for alpha.
RenderTextureFormat.ARGB32Color render texture format, 8 bits per channel.
RenderTextureFormat.ARGB4444Color render texture format, 4 bit per channel.
RenderTextureFormat.ARGB64Four color render texture format, 16 bits per channel, fixed point, unsigned normalized.
RenderTextureFormat.ARGBFloatColor render texture format, 32 bit floating point per channel.
RenderTextureFormat.ARGBHalfColor render texture format, 16 bit floating point per channel.
RenderTextureFormat.ARGBIntFour channel (ARGB) render texture format, 32 bit signed integer per channel.
RenderTextureFormat.BGR101010_XRColor render texture format, 10 bit per channel, extended range.
RenderTextureFormat.BGRA10101010_XRColor render texture format, 10 bit per channel, extended range.
RenderTextureFormat.BGRA32Color render texture format, 8 bits per channel.
RenderTextureFormat.DefaultDefault color render texture format: will be chosen accordingly to Frame Buffer format and Platform.
RenderTextureFormat.DefaultHDRDefault HDR color render texture format: will be chosen accordingly to Frame Buffer format and Platform.
RenderTextureFormat.DepthA depth render texture format.
RenderTextureFormat.R16Single channel (R) render texture format, 16 bit integer.
RenderTextureFormat.R8Single channel (R) render texture format, 8 bit integer.
RenderTextureFormat.RFloatScalar (R) render texture format, 32 bit floating point.
RenderTextureFormat.RG16Two channel (RG) render texture format, 8 bits per channel.
RenderTextureFormat.RG32Two color (RG) render texture format, 16 bits per channel, fixed point, unsigned normalized.
RenderTextureFormat.RGB111110FloatColor render texture format. R and G channels are 11 bit floating point, B channel is 10 bit floating point.
RenderTextureFormat.RGB565Color render texture format.
RenderTextureFormat.RGBAUShortFour channel (RGBA) render texture format, 16 bit unsigned integer per channel.
RenderTextureFormat.RGFloatTwo color (RG) render texture format, 32 bit floating point per channel.
RenderTextureFormat.RGHalfTwo color (RG) render texture format, 16 bit floating point per channel.
RenderTextureFormat.RGIntTwo channel (RG) render texture format, 32 bit signed integer per channel.
RenderTextureFormat.RHalfScalar (R) render texture format, 16 bit floating point.
RenderTextureFormat.RIntScalar (R) render texture format, 32 bit signed integer.
RenderTextureFormat.ShadowmapA native shadowmap render texture format.