Partager via


Program.BindConstants(Allocation, Int32) Méthode

Définition

Lie une mémoire tampon constante à utiliser comme entrées uniformes au programme

[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

Paramètres

a
Allocation

allocation contenant des données uniformes

slot
Int32

index dans la liste du programme d’allocations de mémoires tampons constantes

Attributs

Remarques

Lie une mémoire tampon constante à utiliser comme entrées uniformes au programme

Documentation Java pour android.renderscript.Program.bindConstants(android.renderscript.Allocation, int).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à