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