Liking cljdoc? Tell your friends :D

accent.textures


bind!cljs

(bind! texture)
(bind! {:keys [unit target handle]} unit-override)
source

create-2D!cljs

(create-2D!)
(create-2D! channels format type unit)
source

destroy!cljs

(destroy! {:keys [handle]})
source

set-filter!cljs

(set-filter! texture filter)
(set-filter! {:keys [target]} min-filter mag-filter)
source

set-size!cljs

(set-size! {:keys [target channels format type]} width height)
source

set-wrap!cljs

(set-wrap! texture wrap)
(set-wrap! {:keys [target]} wrap-s wrap-t)
source

unbind!cljs

(unbind! texture)
(unbind! {:keys [unit target]} unit-override)
source

upload!cljs

(upload! {:keys [target channels format type]} image)
source

upload-data!cljs

(upload-data! {:keys [target channels format type]} data width height)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close