Program.TextureCount Property

Definition

Returns the number of textures used in this program object

public virtual int TextureCount { [Android.Runtime.Register("getTextureCount", "()I", "GetGetTextureCountHandler")] get; }
[<get: Android.Runtime.Register("getTextureCount", "()I", "GetGetTextureCountHandler")>]
member this.TextureCount : int

Property Value

number of texture inputs

Attributes

Remarks

Returns the number of textures used in this program object

Java documentation for android.renderscript.Program.getTextureCount().

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