Table of Contents

Interface IGraphicsRendererBase

Namespace
Stride.Rendering
Assembly
Stride.Rendering.dll
public interface IGraphicsRendererBase

Methods

Draw(RenderDrawContext)

Draws this renderer with the specified context. See remarks.

void Draw(RenderDrawContext context)

Parameters

context RenderDrawContext

The context.

Remarks

The method Initialize(RenderContext) should be called automatically by the implementation if it was not done before the first draw.