LoadTexture
Load an image file into a DX11 texture.
Syntax
Susano.LoadTexture(path) -> number, number, numberParameters
Return(s)
Behavior
Example(s)
local id, w, h = Susano.LoadTexture("logo.png")Last updated