IMTLCommandBuffer.PresentDrawable Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Aplica-se 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