Skip to content

lib.dx11.buffer.SwapTextures

Thomas Mann edited this page Jan 17, 2024 · 2 revisions

SwapTextures

in lib.dx11.buffer


A helper that swaps texture buffers. This can be useful for implementing buffer buffering in compute shader effects.


Input Parameters

Name (Relevancy & Type) Description
TextureAInput (Texture2DRequired) -
TextureBInput (Texture2DRequired) -
EnableSwap (Boolean) -

Outputs

Name Type
TextureA SharpDX.Direct3D11.Texture2D
TextureB SharpDX.Direct3D11.Texture2D

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally