Skip to content

Commit

Permalink
Fix #29: Broken surface doc links in WGPU module
Browse files Browse the repository at this point in the history
  • Loading branch information
lancelet committed Sep 10, 2021
1 parent 94424e2 commit 8e002bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wgpu-hs/src/WGPU.hs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ import WGPU.Internal.Texture
--
-- A 'Surface' is a handle to a platform-specific presentable surface, like a
-- window. First, create either a GLFW or SDL window, and then create a surface
-- using either 'createGLFWSurface' or 'createSDLSurface'.
-- using either 'WGPU.GLFW.Surface.createSurface' (GLFW) or
-- 'WGPU.SDL.Surface.createSurface' (SDL2).
--
-- Once you have a 'Surface', the next step is usually to
-- <WGPU.html#g:adapter request an adapter> that is compatible with it.
Expand Down

0 comments on commit 8e002bd

Please sign in to comment.