版本: Unity 6 (6000.0)
语言English
  • C#

SystemInfo.IsFormatSupported

建议更改

成功!

感谢您帮助我们提高 Unity 文档的质量。虽然我们无法采纳所有提交内容,但我们会阅读用户提出的每个更改建议,并在适用情况下进行更新。

关闭

提交失败

由于某些原因,您的更改建议无法提交。请<a>稍后再试</a>。感谢您抽出时间帮助我们提高 Unity 文档的质量。

关闭

取消

声明

public static bool IsFormatSupported(Experimental.Rendering.GraphicsFormat format, Experimental.Rendering.GraphicsFormatUsage usage);

参数

format 要查找的 GraphicsFormat 格式。
usage 要查找的 GraphicsFormatUsage 用途。

返回值

bool 如果该格式支持特定用途,则返回 true。否则返回 false。

描述

验证指定的图形格式是否支持指定的用途。

如果格式不支持特定用途,则操作将失败。

其他资源:GraphicsFormat 枚举和 GraphicsFormatUsage 标志。


已过时 请改用带 GraphicsFormatUsage 参数的重载。

声明

public static bool IsFormatSupported(Experimental.Rendering.GraphicsFormat format, FormatUsage usage);

描述

已过时。请改用带 GraphicsFormatUsage 参数的重载。