<ViewportReadbackParams> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » ViewportReadbackParams

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<Image>DstImageGets or sets a pointer to the destination <Image> object that will store the bytes read from the GPU.
<Texture>DstTextureGets or sets a pointer to the destination <Texture> object that will contain <Image> object that will store the bytes read from the GPU.
int32ComputeMinMaxIf true, computes min/max values in the memory that is read from the GPU.
int32DstHeightGets or sets the height in pixels to read from the viewport.
int32DstWidthGets or sets width in pixels to read from the viewport.
int32DstXInternal use only.
int32DstYInternal use only.
int32SrcXGets or sets the x coordinate of the read back start location.
int32SrcYGets or sets the y coordinate of the read back start location.
int32SyncToViewportSizeIf true, sets the coordinates of this object to read the entire viewport.