共用方式為


Program.BindConstants(Allocation, Int32) 方法

定義

將常數緩衝區系結為程式統一輸入

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

參數

a
Allocation

配置包含統一數據

slot
Int32

在程式常數緩衝區配置清單中編製索引

屬性

備註

將常數緩衝區系結為程式統一輸入

android.renderscript.Program.bindConstants(android.renderscript.Allocation, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於