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.