Share via


IMTLCommandBuffer.PresentDrawable Method

Definition

Overloads

PresentDrawable(IMTLDrawable)

[Foundation.Export("presentDrawable:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PresentDrawable(Metal.IMTLDrawable drawable);
[<Foundation.Export("presentDrawable:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PresentDrawable : Metal.IMTLDrawable -> unit
override this.PresentDrawable : Metal.IMTLDrawable -> unit

Parameters

drawable
IMTLDrawable
Attributes

Applies to

PresentDrawable(IMTLDrawable, Double)

[Foundation.Export("presentDrawable:atTime:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PresentDrawable(Metal.IMTLDrawable drawable, double presentationTime);
[<Foundation.Export("presentDrawable:atTime:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PresentDrawable : Metal.IMTLDrawable * double -> unit
override this.PresentDrawable : Metal.IMTLDrawable * double -> unit

Parameters

drawable
IMTLDrawable
presentationTime
Double
Attributes

Applies to