data | バッファを埋めるための値の配列 |
配列から値をバッファへと設定します
入力データは、グラフィック API 使用時のデータレイアウトルールに従う必要があります。クロスプラットフォームの互換性情報については Compute Shaders を参照してください。
See Also: GetData, count, stride.
data | バッファを埋めるための値の配列 |
managedBufferStartIndex | The first element index in data to copy to the compute buffer. |
computeBufferStartIndex | The first element index in compute buffer to receive the data. |
count | The number of elements to copy. |
Partial copy of data values from an array into the buffer.
入力データは、グラフィック API 使用時のデータレイアウトルールに従う必要があります。クロスプラットフォームの互換性情報については Compute Shaders を参照してください。
See Also: GetData, count, stride.