|
template<class T > |
void | lunchbox::byteswap (T &) |
|
Definition at line 33 of file fabric/frameData.h.
void eq::fabric::FrameData::disableBuffer |
( |
const Frame::Buffer |
buffer | ) |
|
|
inline |
Disable the usage of a frame buffer attachment for all images.
Definition at line 54 of file fabric/frameData.h.
uint32_t eq::fabric::FrameData::getBuffers |
( |
| ) |
const |
|
inline |
- Returns
- the (color, depth) buffers of the source frame.
Definition at line 57 of file fabric/frameData.h.
- Returns
- the source context decomposition wrt dest channel.
Definition at line 63 of file fabric/frameData.h.
const PixelViewport& eq::fabric::FrameData::getPixelViewport |
( |
| ) |
const |
|
inline |
const Zoom& eq::fabric::FrameData::getZoom |
( |
| ) |
const |
|
inline |
void eq::fabric::FrameData::setBuffers |
( |
const uint32_t |
buffers | ) |
|
|
inline |
Set the (color, depth) buffers of the source frame.
Definition at line 51 of file fabric/frameData.h.
void eq::fabric::FrameData::setContext |
( |
const RenderContext & |
context | ) |
|
|
inline |
Set the source context decomposition wrt dest channel.
Definition at line 60 of file fabric/frameData.h.
void eq::fabric::FrameData::setPixelViewport |
( |
const PixelViewport & |
pvp | ) |
|
|
inline |
Set the covered area for readbacks.
Preset for Equalizer output frames. The given pixel viewport is used together with the Frame offset to compute the area for the readback() operation.
Definition at line 45 of file fabric/frameData.h.
void eq::fabric::FrameData::setZoom |
( |
const Zoom & |
zoom | ) |
|
|
inline |
The documentation for this class was generated from the following file: