Version: 2021.2
언어: 한국어

SystemInfo.SupportsVertexAttributeFormat

매뉴얼로 전환
public static bool SupportsVertexAttributeFormat (Rendering.VertexAttributeFormat format, int dimension);

파라미터

format The VertexAttributeFormat format to look up.
dimension The dimension of vertex data to check for.

반환

bool True if the format with the given dimension is supported.

설명

Indicates whether the given combination of a vertex attribute format and dimension is supported on this device.

Not all VertexAttributeFormat and dimension combinations are supported. The most common restriction is that format and dimension data size must be a multiple of 4 bytes, so for example VertexAttributeFormat.UNorm8 with dimensions below 4 are not supported. Some platforms or devices might have more limitations, for example VertexAttributeFormat.Float16 is not supported by some mobile phones.

See Also: VertexAttributeFormat, VertexAttributeDescriptor.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961