Click or drag to resize
Ab4d.SharpEngine logo

PixelsNodeSetTexture Method

Overload List
 NameDescription
Public methodSetTexture(GpuImage, CommonSamplerTypes, Single) SetTexture method sets the specified texture to be rendered for each pixel. To remove the texture, set the pixelTexture to null or call RemoveTexture.
Public methodSetTexture(GpuImage, Color4, CommonSamplerTypes, Single) SetTexture method sets the specified texture to be rendered for each pixel. To remove the texture, set the pixelTexture to null or call RemoveTexture.
Public methodSetTexture(GpuImage, Color4, GpuSampler, Single) SetTexture method sets the specified texture to be rendered for each pixel. To remove the texture, set the pixelTexture to null or call RemoveTexture.
Top
See Also