Public Member Functions | |
RTData () | |
Public Attributes | |
uint8 * | red |
pointer to the red buffer | |
uint8 * | green |
pointer to the green buffer | |
uint8 * | blue |
pointer to the blue buffer | |
uint8 * | alpha |
pointer to the alpha buffer. Null if we do need the alpha channel | |
uint32 ** | buffers |
array of pointers to the GBuffers data (for each GBuffer calculated, on buffer) | |
uint32 | rowBytes |
offset to the next line |
Pointers to the various buffers that the renderer must fill. Note that the GBuffers count and Ids are specified by I3DExGBufferRenderer::SetGBufferNeed().
RTData::RTData | ( | ) |
pointer to the alpha buffer. Null if we do need the alpha channel
pointer to the blue buffer
array of pointers to the GBuffers data (for each GBuffer calculated, on buffer)
pointer to the green buffer
pointer to the red buffer
offset to the next line