android 使用etc1,ETC1 Class

ETC1 Class

Definition

Assembly:Mono.Android.dll

Methods for encoding and decoding ETC1 textures.

In this article

[Android.Runtime.Register("android/opengl/ETC1", ApiSince=8, DoNotGenerateAcw=true)]

public class ETC1 : Java.Lang.Object

type ETC1 = class

inherit Object

Inheritance

Remarks

Portions of this page are modifications based on work created and shared by the

Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Fields

Size in bytes of a decoded block.

Size in bytes of an encoded block.

Accepted by the internalformat parameter of glCompressedTexImage2D.

Size of a PKM file header, in bytes.

Properties

Returns the unique instance of Class that represents this

object's class.

(Inherited from Object)

The handle to the underlying Android instance.

(Inherited from Object)

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Methods

Creates and returns a copy of this Object.

(Inherited from Object)

(Inherited from Object)

Compares this instance with the specified object and indicates if they

are equal.

(Inherited from Object)

Return the size of the encoded image data (does not include size of PKM header).

Returns an integer hash code for this object.

(Inherited from Object)

Read the image height from a PKM header

Read the image width from a PKM header

Check if a PKM header is correctly formatted.

Invoked when the garbage collector has detected that this instance is no longer reachable.

(Inherited from Object)

Causes a thread which is waiting on this object's monitor (by means of

calling one of the wait() methods) to be woken up.

(Inherited from Object)

Causes all threads which are waiting on this object's monitor (by means

of calling one of the wait() methods) to be woken up.

(Inherited from Object)

Returns a string containing a concise, human-readable description of this

object.

(Inherited from Object)

Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object.

(Inherited from Object)

Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the

specified timeout expires.

(Inherited from Object)

Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the

specified timeout expires.

(Inherited from Object)

Explicit Interface Implementations

Extension Methods

Applies to

你可能感兴趣的:(android,使用etc1)