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