次の方法で共有


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
属性

適用対象