wgpu-hs-0.3.0.0: src/WGPU/SDL/Surface.hs
-- |
-- Module : WGPU.SDL.Surface
-- Description : SDL-specific surfaces.
module WGPU.SDL.Surface
( -- * Functions
createSurface,
)
where
import WGPU.Internal.SDL.Surface (createSurface)
-- |
-- Module : WGPU.SDL.Surface
-- Description : SDL-specific surfaces.
module WGPU.SDL.Surface
( -- * Functions
createSurface,
)
where
import WGPU.Internal.SDL.Surface (createSurface)