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.
1 parent 697a47e commit 603f961Copy full SHA for 603f961
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