Share via


IMTLCommandBuffer.PresentDrawable Método

Definición

Sobrecargas

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

Parámetros

drawable
IMTLDrawable
Atributos

Se aplica 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

Parámetros

drawable
IMTLDrawable
presentationTime
Double
Atributos

Se aplica a