packages feed

wgpu-hs-0.3.0.0: src/WGPU/GLFW/Surface.hs

-- |
-- Module      : WGPU.GLFW.Surface
-- Description : GLFW-specific surfaces.
module WGPU.GLFW.Surface
  ( -- * Functions
    createSurface,
  )
where

import WGPU.Internal.GLFW.Surface (createSurface)