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