Render |
Name | Description | |
---|---|---|
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. |