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