Class DrawFramebuffer
Represents an operator that renders all currently stored draw commands to a framebuffer.
public class DrawFramebuffer : Sink
- Inheritance
-
DrawFramebuffer
- Inherited Members
Properties
- FramebufferAttachments
Gets a collection of configuration objects specifying any attachments that are required to render the framebuffer.
- RenderState
Gets a collection of state configuration objects specifying any render states that are required to render the framebuffer.
Methods
- Process<TSource>(IObservable<TSource>)
Renders all currently stored draw commands to a framebuffer whenever an observable sequence emits a notification.