IMTLCommandBuffer.PresentDrawable 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.
Overloads
PresentDrawable(IMTLDrawable) | |
PresentDrawable(IMTLDrawable, Double) |
PresentDrawable(IMTLDrawable)
[Foundation.Export("presentDrawable:")]
[Foundation.Preserve(Conditional=true)]
public void PresentDrawable (Metal.IMTLDrawable drawable);
abstract member PresentDrawable : Metal.IMTLDrawable -> unit
Parameters
- drawable
- IMTLDrawable
- Attributes
Applies to
PresentDrawable(IMTLDrawable, Double)
[Foundation.Export("presentDrawable:atTime:")]
[Foundation.Preserve(Conditional=true)]
public void PresentDrawable (Metal.IMTLDrawable drawable, double presentationTime);
abstract member PresentDrawable : Metal.IMTLDrawable * double -> unit
Parameters
- drawable
- IMTLDrawable
- presentationTime
- Double
- Attributes