| Name | Description |
---|
 | SetTexture(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.
|
 | SetTexture(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.
|
 | SetTexture(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.
|