Edit

Share via


IMTLCommandBuffer.PresentDrawable Method

Definition

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

Applies to