MTKViewDelegate.Draw(MTKView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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