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