EAGLContext.PresentRenderBuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| PresentRenderBuffer(UIntPtr) |
Displays the contents of a render buffer. |
| PresentRenderBuffer(UIntPtr, Double) | |
| PresentRenderBuffer(UIntPtr, Double, EAGLContext+PresentationMode) |
PresentRenderBuffer(UIntPtr)
Displays the contents of a render buffer.
[Foundation.Export("presentRenderbuffer:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PresentRenderBuffer(UIntPtr target);
[<Foundation.Export("presentRenderbuffer:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PresentRenderBuffer : unativeint -> bool
override this.PresentRenderBuffer : unativeint -> bool
Parameters
- target
-
UIntPtr
unativeint
Returns
- Attributes
Applies to
PresentRenderBuffer(UIntPtr, Double)
PresentRenderBuffer(UIntPtr, Double, EAGLContext+PresentationMode)
public virtual bool PresentRenderBuffer(UIntPtr target, double presentationTime, OpenGLES.EAGLContext.PresentationMode mode);
abstract member PresentRenderBuffer : unativeint * double * OpenGLES.EAGLContext.PresentationMode -> bool
override this.PresentRenderBuffer : unativeint * double * OpenGLES.EAGLContext.PresentationMode -> bool
Parameters
- target
-
UIntPtr
unativeint
- presentationTime
- Double