IMTKViewDelegate.Draw(MTKView) Method

Definition

Method to draw the contents of the view.

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

Parameters

view
MTKView
Attributes

Applies to