Length in pixels.
| 46 | } |
| 47 | // Length in pixels. |
| 48 | int FrameBufferBase::length() const { return mNColorArray; } |
| 49 | |
| 50 | FrameBuffer::FrameBuffer(int n_pixels) |
| 51 | : FrameBufferBase(static_cast<Color3i*>(fl::malloc(sizeof(Color3i) * n_pixels)), |
no outgoing calls