次の方法で共有


Program.BindTexture(Allocation, Int32) メソッド

定義

プログラムで使用するテクスチャをバインドする

[Android.Runtime.Register("bindTexture", "(Landroid/renderscript/Allocation;I)V", "GetBindTexture_Landroid_renderscript_Allocation_IHandler")]
public virtual void BindTexture (Android.Renderscripts.Allocation? va, int slot);
[<Android.Runtime.Register("bindTexture", "(Landroid/renderscript/Allocation;I)V", "GetBindTexture_Landroid_renderscript_Allocation_IHandler")>]
abstract member BindTexture : Android.Renderscripts.Allocation * int -> unit
override this.BindTexture : Android.Renderscripts.Allocation * int -> unit

パラメーター

va
Allocation

テクスチャ データを含む割り当て

slot
Int32

プログラムのテクスチャリスト内のインデックス

属性

注釈

プログラムで使用するテクスチャをバインドする

の Java ドキュメントandroid.renderscript.Program.bindTexture(android.renderscript.Allocation, int)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象