Click or drag to resize
AB4D logo

RenderTextureRenderingStep Methods

The RenderTextureRenderingStep type exposes the following members.

Methods
 NameDescription
Public methodStatic memberConvertFormatToTextureChannelsCount ConvertFormatToTextureChannelsCount gets the number of channels (colors) from the specified texture format.
Public methodStatic memberGetTextureChannelsCount GetTextureChannelsCount returns number of channels (colors) that are used by the specified sourceTexture.
Public methodStatic memberRenderTexture(RenderingContext, ShaderResourceView, ViewportF) RenderTexture static method rendered the specified sourceShaderResourceView to the viewport and on the current render targets in the renderingContext.
Public methodStatic memberRenderTexture(RenderingContext, ShaderResourceView, ViewportF, Vector4, Vector4, BlendState, DepthStencilState) RenderTexture static method rendered the specified sourceShaderResourceView to the viewport and on the current render targets in the renderingContext. This method also allows changing the colors in the source texture with using offsets and factors parameters.
Top
See Also