Program.GetTextureType(Int32) Method

Definition

Returns the type of texture at a given slot.

[Android.Runtime.Register("getTextureType", "(I)Landroid/renderscript/Program$TextureType;", "GetGetTextureType_IHandler")]
public virtual Android.Renderscripts.Program.TextureType? GetTextureType (int slot);
[<Android.Runtime.Register("getTextureType", "(I)Landroid/renderscript/Program$TextureType;", "GetGetTextureType_IHandler")>]
abstract member GetTextureType : int -> Android.Renderscripts.Program.TextureType
override this.GetTextureType : int -> Android.Renderscripts.Program.TextureType

Parameters

slot
Int32

index of the texture input

Returns

texture input type

Attributes

Remarks

Java documentation for android.renderscript.Program.getTextureType(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to