Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data WGPUBlendState Source #
Instances
Storable WGPUBlendState Source # | |
Defined in WGPU.Raw.Generated.Struct.WGPUBlendState sizeOf :: WGPUBlendState -> Int # alignment :: WGPUBlendState -> Int # peekElemOff :: Ptr WGPUBlendState -> Int -> IO WGPUBlendState # pokeElemOff :: Ptr WGPUBlendState -> Int -> WGPUBlendState -> IO () # peekByteOff :: Ptr b -> Int -> IO WGPUBlendState # pokeByteOff :: Ptr b -> Int -> WGPUBlendState -> IO () # peek :: Ptr WGPUBlendState -> IO WGPUBlendState # poke :: Ptr WGPUBlendState -> WGPUBlendState -> IO () # |