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