IMTLCommandBuffer.PresentDrawable 方法

定义

重载

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

参数

drawable
IMTLDrawable
属性

适用于

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

参数

drawable
IMTLDrawable
presentationTime
Double
属性

适用于