FormatUsage

enumeration

Description

Use this format usages to figure out the capabilities of specific GraphicsFormat

Each graphics card may not support all usages across formats. Use SystemInfo.IsFormatSupported to check which usages the graphics card supports.

See Also: Texture2D, texture assets.

Properties

SampleUse this to create and sample textures.
LinearUse this to sample textures with a linear filter
SparseUse this to create sparse textures
RenderUse this to create and render to a rendertexture.
BlendUse this to blend on a rendertexture.
GetPixelsUse this to get pixel data from a texture.
SetPixelsUse this to set pixel data to a texture.
ReadPixelsUse this to read back pixels data from a rendertexture.
LoadStoreUse this to perform resource load and store on a texture
MSAA2xUse this to create and render to a MSAA 2X rendertexture.
MSAA4xUse this to create and render to a MSAA 4X rendertexture.
MSAA8xUse this to create and render to a MSAA 8X rendertexture.

Did you find this page useful? Please give it a rating: