IMTLCommandBuffer.PresentDrawable Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- drawable
- IMTLDrawable
- Attributi
Si applica a
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
Parametri
- drawable
- IMTLDrawable
- presentationTime
- Double
- Attributi