Interface IGlPlatformSurfaceRenderTargetFactory
public interface IGlPlatformSurfaceRenderTargetFactory
Methods
CanRenderToSurface(IGlContext, object)
bool CanRenderToSurface(IGlContext context, object surface)
Parameters
context
IGlContextsurface
object
Returns
CreateRenderTarget(IGlContext, object)
IGlPlatformSurfaceRenderTarget CreateRenderTarget(IGlContext context, object surface)
Parameters
context
IGlContextsurface
object