We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab1e069 + 603f961 commit b73e77cCopy full SHA for b73e77c
typed/opengl/utils.rkt
@@ -264,8 +264,6 @@
264
(: load-texture (-> Path-String [#:mipmap Any] [#:repeat (U 'none 'x 'y 'both)] Natural))
265
;; Directly load a file from disk as texture.
266
(define (load-texture filename #:mipmap (mipmap #t) #:repeat (repeat-mode 'none))
267
- (error 'load-texture "currently not working due to an error in Typed Racket")
268
- #;
269
(bitmap->texture (read-bitmap filename) #:mipmap mipmap #:repeat repeat-mode))
270
271
;;; Utility functions for dealing with shaders
0 commit comments