RenderBuffer<'Cmd> Type
Convenience alias for a render buffer keyed by RenderLayer.
This preserves the simple RenderBuffer<'Cmd> API at call sites while the core buffer remains generic (RenderBuffer).
Instance members
| Instance member |
Description
|
Full Usage:
this.Count
Returns: int
|
The number of commands currently in the buffer.
|
Mibo