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

SystemInfo.SupportsVertexAttributeFormat

建议更改

成功!

感谢你帮助我们提高 Unity 文档的质量。虽然我们无法接受所有提交,但我们确实阅读了我们用户的每一条建议更改,并在可行的情况下进行更新。

关闭

提交失败

由于某种原因,无法提交你建议的更改。请在几分钟内<a>重试</a>。感谢你抽出时间帮助我们提高 Unity 文档的质量。

关闭

取消

声明

public static bool SupportsVertexAttributeFormat(Rendering.VertexAttributeFormat format, int dimension);

参数

format 要查找的 VertexAttributeFormat 格式。
dimension 要检查的顶点数据的维度。

返回值

bool 如果以给定维度提供的格式受支持,则为 True。

说明

指示设备上是否支持顶点属性格式和维度给定组合。

并非所有 VertexAttributeFormat 和维度组合都受支持。最常见的限制是格式和维度数据大小必须是 4 个字节的倍数,因此例如,维度低于 4 的 VertexAttributeFormat.UNorm8 不受支持。某些平台或设备可能有更多限制,例如,一些手机不支持 VertexAttributeFormat.Float16

其他资源:VertexAttributeFormatVertexAttributeDescriptor