Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- setLabel :: (MonadDOM m, ToJSString val) => WebGPUDepthStencilState -> val -> m ()
- getLabel :: (MonadDOM m, FromJSString result) => WebGPUDepthStencilState -> m result
- newtype WebGPUDepthStencilState = WebGPUDepthStencilState {}
- gTypeWebGPUDepthStencilState :: JSM GType
Documentation
setLabel :: (MonadDOM m, ToJSString val) => WebGPUDepthStencilState -> val -> m () Source #
getLabel :: (MonadDOM m, FromJSString result) => WebGPUDepthStencilState -> m result Source #
newtype WebGPUDepthStencilState Source #
Functions for this inteface are in JSDOM.WebGPUDepthStencilState.
Instances
PToJSVal WebGPUDepthStencilState Source # | |
Defined in JSDOM.Types | |
PFromJSVal WebGPUDepthStencilState Source # | |
Defined in JSDOM.Types | |
ToJSVal WebGPUDepthStencilState Source # | |
Defined in JSDOM.Types toJSVal :: WebGPUDepthStencilState -> JSM JSVal # toJSValListOf :: [WebGPUDepthStencilState] -> JSM JSVal # | |
FromJSVal WebGPUDepthStencilState Source # | |
Defined in JSDOM.Types | |
MakeObject WebGPUDepthStencilState Source # | |
Defined in JSDOM.Types | |
IsGObject WebGPUDepthStencilState Source # | |
Defined in JSDOM.Types |