EAGLContext.PresentRenderBuffer Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
PresentRenderBuffer(nuint) |
Muestra el contenido de un búfer de representación. |
PresentRenderBuffer(nuint, Double) | |
PresentRenderBuffer(nuint, Double, EAGLContext+PresentationMode) |
PresentRenderBuffer(nuint)
Muestra el contenido de un búfer de representación.
[Foundation.Export("presentRenderbuffer:")]
public virtual bool PresentRenderBuffer (nuint target);
abstract member PresentRenderBuffer : nuint -> bool
override this.PresentRenderBuffer : nuint -> bool
Parámetros
- target
- System.System.UIntPtr System.unativeint
Devoluciones
- Atributos
Se aplica 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
Parámetros
- target
- System.System.UIntPtr System.unativeint
- presentationTime
- Double
Devoluciones
- Atributos
Se aplica 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
Parámetros
- target
- System.System.UIntPtr System.unativeint
- presentationTime
- Double
Devoluciones
- Atributos