Skip to content

Commit b1e2fac

Browse files
Expose texture format
1 parent 8d9175c commit b1e2fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Effect/WebGL/Texture.elm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Effect.WebGL.Texture exposing
22
( Texture, load, Error(..), size
3-
, loadWith, Options, defaultOptions, loadBytesWith, rgb, rgba, alpha, luminance, luminanceAlpha
3+
, loadWith, Options, defaultOptions, loadBytesWith, Format, rgb, rgba, alpha, luminance, luminanceAlpha
44
, Resize, linear, nearest
55
, nearestMipmapLinear, nearestMipmapNearest
66
, linearMipmapNearest, linearMipmapLinear
@@ -19,7 +19,7 @@ module Effect.WebGL.Texture exposing
1919
2020
# Custom Loading
2121
22-
@docs loadWith, Options, defaultOptions, loadBytesWith, rgb, rgba, alpha, luminance, luminanceAlpha
22+
@docs loadWith, Options, defaultOptions, loadBytesWith, Format, rgb, rgba, alpha, luminance, luminanceAlpha
2323
2424
2525
## Resizing

0 commit comments

Comments
 (0)