Safe Haskell | None |
---|---|
Language | Haskell2010 |
JSDOM.Generated.WebGLCompressedTexturePVRTC
Synopsis
- pattern COMPRESSED_RGB_PVRTC_4BPPV1_IMG :: forall a. (Eq a, Num a) => a
- pattern COMPRESSED_RGB_PVRTC_2BPPV1_IMG :: forall a. (Eq a, Num a) => a
- pattern COMPRESSED_RGBA_PVRTC_4BPPV1_IMG :: forall a. (Eq a, Num a) => a
- pattern COMPRESSED_RGBA_PVRTC_2BPPV1_IMG :: forall a. (Eq a, Num a) => a
- newtype WebGLCompressedTexturePVRTC = WebGLCompressedTexturePVRTC {}
- gTypeWebGLCompressedTexturePVRTC :: JSM GType
Documentation
pattern COMPRESSED_RGB_PVRTC_4BPPV1_IMG :: forall a. (Eq a, Num a) => a Source #
pattern COMPRESSED_RGB_PVRTC_2BPPV1_IMG :: forall a. (Eq a, Num a) => a Source #
pattern COMPRESSED_RGBA_PVRTC_4BPPV1_IMG :: forall a. (Eq a, Num a) => a Source #
pattern COMPRESSED_RGBA_PVRTC_2BPPV1_IMG :: forall a. (Eq a, Num a) => a Source #
newtype WebGLCompressedTexturePVRTC Source #
Functions for this inteface are in JSDOM.WebGLCompressedTexturePVRTC.
Constructors
WebGLCompressedTexturePVRTC | |
Fields |
Instances
PToJSVal WebGLCompressedTexturePVRTC Source # | |
Defined in JSDOM.Types Methods | |
PFromJSVal WebGLCompressedTexturePVRTC Source # | |
Defined in JSDOM.Types Methods | |
ToJSVal WebGLCompressedTexturePVRTC Source # | |
Defined in JSDOM.Types Methods toJSVal :: WebGLCompressedTexturePVRTC -> JSM JSVal # toJSValListOf :: [WebGLCompressedTexturePVRTC] -> JSM JSVal # | |
FromJSVal WebGLCompressedTexturePVRTC Source # | |
Defined in JSDOM.Types Methods fromJSVal :: JSVal -> JSM (Maybe WebGLCompressedTexturePVRTC) # fromJSValUnchecked :: JSVal -> JSM WebGLCompressedTexturePVRTC # fromJSValListOf :: JSVal -> JSM (Maybe [WebGLCompressedTexturePVRTC]) # fromJSValUncheckedListOf :: JSVal -> JSM [WebGLCompressedTexturePVRTC] # | |
MakeObject WebGLCompressedTexturePVRTC Source # | |
Defined in JSDOM.Types Methods | |
IsGObject WebGLCompressedTexturePVRTC Source # | |
Defined in JSDOM.Types Methods |