Version: 2021.2
언어: 한국어

SystemInfo.SupportsRandomWriteOnRenderTextureFormat

매뉴얼로 전환
public static bool SupportsRandomWriteOnRenderTextureFormat (RenderTextureFormat format);

파라미터

format The format to look up.

반환

bool True if the format can be used for random access writes.

설명

Tests if a RenderTextureFormat can be used with RenderTexture.enableRandomWrite.

Random access write might not be supported on all RenderTextureFormat as this is API/driver/hardware dependent.