Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


format

The pixel format for the GraphicsTexture expressed as a GraphicsFormat.
Read time 1 minuteLast updated 6 days ago

Definition

public GraphicsFormat format

Remarks

Not all graphics cards support all uses across formats. Before enabling GraphicsTextureDescriptorFlags.RenderTarget on a GraphicsTexture, you can check if the
format
supports GraphicsFormatUsage.Render usage by using SystemInfo.IsFormatSupported.