Condividi tramite


EAGLContext.PresentRenderBuffer Metodo

Definizione

Overload

PresentRenderBuffer(nuint)

Visualizza il contenuto di un buffer di rendering.

PresentRenderBuffer(nuint, Double)
PresentRenderBuffer(nuint, Double, EAGLContext+PresentationMode)

PresentRenderBuffer(nuint)

Visualizza il contenuto di un buffer di rendering.

[Foundation.Export("presentRenderbuffer:")]
public virtual bool PresentRenderBuffer (nuint target);
abstract member PresentRenderBuffer : nuint -> bool
override this.PresentRenderBuffer : nuint -> bool

Parametri

target
System.System.UIntPtr System.unativeint

Restituisce

Attributi

Si applica a

PresentRenderBuffer(nuint, Double)

[ObjCRuntime.TV(10, 0)]
public virtual bool PresentRenderBuffer (nuint target, double presentationTime);
abstract member PresentRenderBuffer : nuint * double -> bool
override this.PresentRenderBuffer : nuint * double -> bool

Parametri

target
System.System.UIntPtr System.unativeint
presentationTime
Double

Restituisce

Attributi

Si applica a

PresentRenderBuffer(nuint, Double, EAGLContext+PresentationMode)

[ObjCRuntime.TV(10, 2)]
public virtual bool PresentRenderBuffer (nuint target, double presentationTime, OpenGLES.EAGLContext.PresentationMode mode);
abstract member PresentRenderBuffer : nuint * double * OpenGLES.EAGLContext.PresentationMode -> bool
override this.PresentRenderBuffer : nuint * double * OpenGLES.EAGLContext.PresentationMode -> bool

Parametri

target
System.System.UIntPtr System.unativeint
presentationTime
Double

Restituisce

Attributi

Si applica a