WebGLExtensionIdentifier

abstract class WebGLExtensionIdentifier[T](val value: String)

Abstract class that maps a string enum onto a WebGL extension type

Type parameters:
T

the type that will be returned by the getExtension

Value parameters:
value

the string enum to pass the underlying getExtension

class Object
trait Matchable
class Any

Value members

Concrete fields

val value: String