Skip to content

Commit 8e002bd

Browse files
committed
Fix #29: Broken surface doc links in WGPU module
1 parent 94424e2 commit 8e002bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wgpu-hs/src/WGPU.hs

+2-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,8 @@ import WGPU.Internal.Texture
327327
--
328328
-- A 'Surface' is a handle to a platform-specific presentable surface, like a
329329
-- window. First, create either a GLFW or SDL window, and then create a surface
330-
-- using either 'createGLFWSurface' or 'createSDLSurface'.
330+
-- using either 'WGPU.GLFW.Surface.createSurface' (GLFW) or
331+
-- 'WGPU.SDL.Surface.createSurface' (SDL2).
331332
--
332333
-- Once you have a 'Surface', the next step is usually to
333334
-- <WGPU.html#g:adapter request an adapter> that is compatible with it.

0 commit comments

Comments
 (0)