IMTLCommandBuffer.PresentDrawable 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
- 屬性