Mako 7.4.0 API
Loading...
Searching...
No Matches
JawsMako::IJawsRenderer::CFrameBufferInfo Class Reference

Description of a frame buffer for use with renderSeparationsToFrameBuffers. More...

#include <jawsmako.h>

Public Attributes

void * buffer
 Pointer to the frame buffer.
 
uint32 bufferOfs
 Offset to the first pixel in the frame buffer.
 
int32 rowStride
 The distance, in bytes, from one scanline in the frame buffer to the next. May be negative.
 
int32 pixelStride
 

Detailed Description

Description of a frame buffer for use with renderSeparationsToFrameBuffers.

Member Data Documentation

◆ pixelStride

int32 JawsMako::IJawsRenderer::CFrameBufferInfo::pixelStride

The distance, in bytes, from one sample to the next. May be negative. If zero, the pixels are assumed to be packed. That is, the next sample for the separation is placed next to the last.


The documentation for this class was generated from the following file: