Base class: Object
This class is used for render-to-texture operations.
| Property | Type | Description |
|---|---|---|
| size | const iVec2& | read-only dimensions |
| CountColorAttachments | Method | returns the number of color attachments |
| GetColorAttachment | Method | returns the color attachment |
| GetDepthAttachment | Method | returns the depth attachment |
| GetSize | Method | returns the texture buffer dimensions |
| SetColorAttachment | Method | sets the color render texture |
| SetDepthAttachment | Method | sets the depth render texture |
| CreateTextureBuffer | Function | returns a new texturebuffer object |