MTKViewDelegate.Draw(MTKView) Method

Definition

Method that is called to draw the view.

[Foundation.Export("drawInMTKView:")]
public abstract void Draw (MetalKit.MTKView view);
abstract member Draw : MetalKit.MTKView -> unit

Parameters

view
MTKView

Implements

Attributes

Applies to