ETC1.FormatHeader(Buffer, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Format a PKM header
[Android.Runtime.Register("formatHeader", "(Ljava/nio/Buffer;II)V", "")]
public static void FormatHeader (Java.Nio.Buffer? header, int width, int height);
[<Android.Runtime.Register("formatHeader", "(Ljava/nio/Buffer;II)V", "")>]
static member FormatHeader : Java.Nio.Buffer * int * int -> unit
Parameters
- header
- Buffer
native order direct buffer of the header.
- width
- Int32
the width of the image in pixels.
- height
- Int32
the height of the image in pixels.
- Attributes
Remarks
Format a PKM header
Java documentation for android.opengl.ETC1.formatHeader(java.nio.Buffer, int, 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.