Render |
The RenderTextureRenderingStep type exposes the following members.
Name | Description | |
---|---|---|
ConvertFormatToTextureChannelsCount | ConvertFormatToTextureChannelsCount gets the number of channels (colors) from the specified texture format. | |
GetTextureChannelsCount | GetTextureChannelsCount returns number of channels (colors) that are used by the specified sourceTexture. | |
RenderTexture(RenderingContext, ShaderResourceView, ViewportF) | RenderTexture static method rendered the specified sourceShaderResourceView to the viewport and on the current render targets in the renderingContext. | |
RenderTexture(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. |