The properties of the GpuVariableInterface interface are listed below. For a complete list of GpuVariableInterface interface members, see the GpuVariableInterface Members topic.
_gpuPointer | Gpu handle that sets either the read texture each pass after it is swapped with the write texture. |
_read | Texture used by Gpu to read values in. Swapped with write texture each pass. |
_readRenderTarget | A render target for the read texture. |
_write | Texture used by Gpu to write values out. Swapped with read texture each pass. |
_writeRenderTarget | A render target for the write texture. |
GpuVariableInterface Interface | DarkWynter.Stream.PhysicsGpu Namespace