Version: 2018.1
public void SetData (Array data);

パラメーター

dataバッファを埋めるための値の配列

説明

配列から値をバッファへと設定します

入力データは、グラフィック API 使用時のデータレイアウトルールに従う必要があります。クロスプラットフォームの互換性情報については Compute Shaders を参照してください。

See Also: GetData, count, stride.


public void SetData (Array data, int managedBufferStartIndex, int computeBufferStartIndex, int count);

パラメーター

dataバッファを埋めるための値の配列
managedBufferStartIndexThe first element index in data to copy to the compute buffer.
computeBufferStartIndexThe first element index in compute buffer to receive the data.
countThe number of elements to copy.

説明

Partial copy of data values from an array into the buffer.

入力データは、グラフィック API 使用時のデータレイアウトルールに従う必要があります。クロスプラットフォームの互換性情報については Compute Shaders を参照してください。

See Also: GetData, count, stride.

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