nngxAddL2BTransferCommandRaw Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxAddL2BTransferCommandRaw(
     nngxCommandList * cmdlist,
     const GLvoid * srcaddr,
     GLvoid * dstaddr,
     GLsizei width,
     GLsizei height,
     GLenum format,
     GLsizei blocksize
);

Parameters

Name Description
in cmdlist The target command list object.
in srcaddr Transfer source linear image address.
in dstaddr Transfer destination block image storage address.
in width Transfer source and destination image width.
in height Transfer source and destination image height.
in format Transfer image pixel format.
in blocksize Block image block size (8 or 32).

Return Values

No values are returned.

Description

Adds a command to the specified command list to convert a linear image to a block image and then transfer it.

This is the directly specified command list version of nngxAddL2BTransferCommand.

Revision History

2012/05/09
Initial version.

CONFIDENTIAL