ETC1Util.ETC1Texture.Data Property

Definition

Get the compressed data of the texture.

public virtual Java.Nio.ByteBuffer? Data { [Android.Runtime.Register("getData", "()Ljava/nio/ByteBuffer;", "GetGetDataHandler")] get; }
[<get: Android.Runtime.Register("getData", "()Ljava/nio/ByteBuffer;", "GetGetDataHandler")>]
member this.Data : Java.Nio.ByteBuffer

Property Value

the texture data.

Attributes

Remarks

Get the compressed data of the texture.

Java documentation for android.opengl.ETC1Util.ETC1Texture.getData().

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