WEBGLCompressedTextureS3tc class

The WEBGL_compressed_texture_s3tc extension is part of the WebGL API and exposes four S3TC compressed texture formats.

MDN Reference

Available extensions
Annotations
  • @JS('WEBGL_compressed_texture_s3tc')
  • @staticInterop
  • @anonymous

Constructors

WEBGLCompressedTextureS3tc({num? compressedRgbS3tcDxt1Ext, num? compressedRgbaS3tcDxt1Ext, num? compressedRgbaS3tcDxt3Ext, num? compressedRgbaS3tcDxt5Ext})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

compressedRgbaS3tcDxt1Ext num
no setter
compressedRgbaS3tcDxt3Ext num
no setter
compressedRgbaS3tcDxt5Ext num
no setter
compressedRgbS3tcDxt1Ext num
no setter