CopyTexture_v3 Op
copy a texture and optionally resize it
Summary (oneliner)
Full Name
- Ops.Gl.Textures.CopyTexture_v3
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch copyTexture
INPUT PORTS
render (Trigger)
Texture (Object:texture)
Alpha Mask (Object:texture)
Size
use original size (Number:boolean )
width (Number:integer )
height (Number:integer )
filter index (Number:integer ) nearest linear mipmap
Pixel Format index (Number:integer )
Anisotropic index (Number:integer ) 0 1 2 4 8 16
wrap index (Number:integer )
Invert A (Number:boolean )
Flip X (Number:boolean )
Flip Y (Number:boolean )
OUTPUT PORTS
trigger (Trigger)
texture_out (Object)
Aspect Ratio (Number)
Patches using CopyTexture_v3
Changelog
cloned op from Ops.Gl.Textures.CopyTexture | pandur - 2023-04-05 16:41 | |
rename | Ops.Patch.P3A7tct.CopyTexture renamed to Ops.Gl.Textures.CopyTexture_v2 | pandur - 2023-04-05 16:48 |
cloned op from Ops.Gl.Textures.CopyTexture_v2 | pandur - 2023-12-19 15:57 | |
feature | Added option to fllip the image on Axis X/Y | pandur - 2024-02-15 18:00 |