RenderFactory.CreateRenderTexture

CreateRenderTexture(RenderParameters, int, int, int)

Create a render target that renders to the texture

public abstract IRenderTexture CreateRenderTexture(RenderParameters parameters, int targets, 
    int width, int height)
ParameterTypeDescription
parametersRenderParametersRender parameters to create the render texture
targetsInt32How many color output targets
widthInt32The width of the render texture
heightInt32The height of the render texture

See Also


CreateRenderTexture(RenderParameters, int, int)

Create a render target contains 1 targets that renders to the texture

public abstract IRenderTexture CreateRenderTexture(RenderParameters parameters, int width, 
    int height)
ParameterTypeDescription
parametersRenderParametersRender parameters to create the render texture
widthInt32The width of the render texture
heightInt32The height of the render texture

See Also