format | 要查找的 VertexAttributeFormat 格式。 |
dimension | 要检查的顶点数据的维度。 |
bool 如果以给定维度提供的格式受支持,则为 True。
指示设备上是否支持顶点属性格式和维度给定组合。
并非所有 VertexAttributeFormat 和维度组合都受支持。最常见的限制是格式和维度数据大小必须是 4 个字节的倍数,因此例如,维度低于 4 的 VertexAttributeFormat.UNorm8 不受支持。某些平台或设备可能有更多限制,例如,一些手机不支持 VertexAttributeFormat.Float16。
其他资源:VertexAttributeFormat、VertexAttributeDescriptor。