beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

Load an image as a texture


Load an image as a webGL Texture.

supported formats:

  • PNG
  • JPG
  • JXL
  • WEBP
  • GIF (not animated)


Inputs

File (String)
Filter index (integer /Number)
Wrap index (integer /Number)
Anisotropic index (integer /Number)
Flip (boolean /Number)
Active (boolean /Number)
Save Memory (boolean /Number)

Outputs

Texture (Object)
Width (Number)
Height (Number)
Aspect Ratio (Number)
Loaded (Number)
Loading (Number)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

texture op example


Patches using Texture_v2

  • Examples (33)
  • Public
  • My Patches

Changelog


Ops.User.pandur.Texture_v2 renamed to Ops.Gl.Texture_v2
2020-02-13 - pandur