Table of Contents

Interface IGlPlatformSurfaceRenderTargetFactory

Namespace
Avalonia.OpenGL
Assembly
Avalonia.OpenGL.dll
public interface IGlPlatformSurfaceRenderTargetFactory

Methods

CanRenderToSurface(IGlContext, object)

bool CanRenderToSurface(IGlContext context, object surface)

Parameters

context IGlContext
surface object

Returns

bool

CreateRenderTarget(IGlContext, object)

IGlPlatformSurfaceRenderTarget CreateRenderTarget(IGlContext context, object surface)

Parameters

context IGlContext
surface object

Returns

IGlPlatformSurfaceRenderTarget