Partager via


Allocation.CreateTyped Méthode

Définition

Surcharges

CreateTyped(RenderScript, Type)

Crée une allocation à utiliser par des scripts avec un mipmap donné android.renderscript.Type et sans mipmaps

CreateTyped(RenderScript, Type, AllocationUsage)

Crée une allocation avec la taille spécifiée par le type et aucun mipmaps généré par défaut

CreateTyped(RenderScript, Type, Allocation+MipmapControl, AllocationUsage)

Crée une allocation à utiliser par des scripts avec un mipmap donné android.renderscript.Type et sans mipmaps

CreateTyped(RenderScript, Type)

Crée une allocation à utiliser par des scripts avec un mipmap donné android.renderscript.Type et sans mipmaps

[Android.Runtime.Register("createTyped", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;)Landroid/renderscript/Allocation;", "")]
public static Android.Renderscripts.Allocation? CreateTyped (Android.Renderscripts.RenderScript? rs, Android.Renderscripts.Type? type);
[<Android.Runtime.Register("createTyped", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;)Landroid/renderscript/Allocation;", "")>]
static member CreateTyped : Android.Renderscripts.RenderScript * Android.Renderscripts.Type -> Android.Renderscripts.Allocation

Paramètres

rs
RenderScript

Contexte auquel appartiendra l’allocation.

type
Type

RenderScript Type décrivant la disposition des données

Retours

allocation

Attributs

Remarques

Crée une allocation à utiliser par des scripts avec un mipmap donné android.renderscript.Type et sans mipmaps

Documentation Java pour android.renderscript.Allocation.createTyped(android.renderscript.RenderScript, android.renderscript.Type).

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 à

CreateTyped(RenderScript, Type, AllocationUsage)

Crée une allocation avec la taille spécifiée par le type et aucun mipmaps généré par défaut

[Android.Runtime.Register("createTyped", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;I)Landroid/renderscript/Allocation;", "")]
public static Android.Renderscripts.Allocation? CreateTyped (Android.Renderscripts.RenderScript? rs, Android.Renderscripts.Type? type, Android.Renderscripts.AllocationUsage usage);
[<Android.Runtime.Register("createTyped", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;I)Landroid/renderscript/Allocation;", "")>]
static member CreateTyped : Android.Renderscripts.RenderScript * Android.Renderscripts.Type * Android.Renderscripts.AllocationUsage -> Android.Renderscripts.Allocation

Paramètres

rs
RenderScript

Contexte auquel appartient l’allocation.

type
Type

type renderscript décrivant la disposition des données

usage
AllocationUsage

champ bit spécifiant la façon dont l’allocation est utilisée

Retours

allocation

Attributs

Remarques

Crée une allocation avec la taille spécifiée par le type et aucun mipmaps généré par défaut

Documentation Java pour android.renderscript.Allocation.createTyped(android.renderscript.RenderScript, android.renderscript.Type, 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 à

CreateTyped(RenderScript, Type, Allocation+MipmapControl, AllocationUsage)

Crée une allocation à utiliser par des scripts avec un mipmap donné android.renderscript.Type et sans mipmaps

[Android.Runtime.Register("createTyped", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;Landroid/renderscript/Allocation$MipmapControl;I)Landroid/renderscript/Allocation;", "")]
public static Android.Renderscripts.Allocation? CreateTyped (Android.Renderscripts.RenderScript? rs, Android.Renderscripts.Type? type, Android.Renderscripts.Allocation.MipmapControl? mips, Android.Renderscripts.AllocationUsage usage);
[<Android.Runtime.Register("createTyped", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;Landroid/renderscript/Allocation$MipmapControl;I)Landroid/renderscript/Allocation;", "")>]
static member CreateTyped : Android.Renderscripts.RenderScript * Android.Renderscripts.Type * Android.Renderscripts.Allocation.MipmapControl * Android.Renderscripts.AllocationUsage -> Android.Renderscripts.Allocation

Paramètres

rs
RenderScript

Contexte auquel appartiendra l’allocation.

type
Type

RenderScript Type décrivant la disposition des données

mips
Allocation.MipmapControl

spécifie le comportement de mipmap souhaité pour l’allocation

usage
AllocationUsage

champ bit spécifiant la façon dont l’allocation est utilisée

Retours

allocation

Attributs

Remarques

Documentation Java pour android.renderscript.Allocation.createTyped(android.renderscript.RenderScript, android.renderscript.Type).

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 à