SKMetalView.IMTKViewDelegate.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.
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.