Lib.image.use.SwapTextures - tixl3d/tixl GitHub Wiki
A helper that swaps texture buffers. This can be useful for implementing buffer buffering in compute shader effects.
| Name (Relevancy & Type) | Description |
|---|---|
| TextureAInput (Texture2DRequired) | - |
| TextureBInput (Texture2DRequired) | - |
| EnableSwap (Boolean) | - |
| Name | Type |
|---|---|
| TextureA | T3.Core.DataTypes.Texture2D |
| TextureB | T3.Core.DataTypes.Texture2D |
⚠ Everything else is automatically generated and will be overwritten regularly.