Version: 2021.2
言語: 日本語

SystemInfo.SupportsRandomWriteOnRenderTextureFormat

マニュアルに切り替える
public static bool SupportsRandomWriteOnRenderTextureFormat (RenderTextureFormat format);

パラメーター

format ルックアップする形式

戻り値

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.