| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
WGPU.Raw.Generated.Struct.WGPUBlendComponent
Documentation
data WGPUBlendComponent Source #
Constructors
| WGPUBlendComponent | |
Fields | |
Instances
| Storable WGPUBlendComponent Source # | |
Defined in WGPU.Raw.Generated.Struct.WGPUBlendComponent Methods 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 () # | |