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