ETC1Util.IsETC1Supported Property
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.
Check if ETC1 texture compression is supported by the active OpenGL ES context.
public static bool IsETC1Supported { [Android.Runtime.Register("isETC1Supported", "()Z", "")] get; }
[<get: Android.Runtime.Register("isETC1Supported", "()Z", "")>]
static member IsETC1Supported : bool
Property Value
true if the active OpenGL ES context supports ETC1 texture compression.
- Attributes
Remarks
Check if ETC1 texture compression is supported by the active OpenGL ES context.
Java documentation for android.opengl.ETC1Util.isETC1Supported()
.
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.