Edit

SKMetalView.IMTKViewDelegate.Draw(MTKView) Method

Definition

Called when the view needs to render its content.

void IMTKViewDelegate.Draw(MetalKit.MTKView view);

Parameters

view
MTKView

The view that needs to be drawn.

Implements

Remarks

This method is part of the IMTKViewDelegate interface implementation.

Applies to