nngxAddBlockImageCopyCommandRaw Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxAddBlockImageCopyCommandRaw(
     nngxCommandList * cmdlist,
     const GLvoid * srcaddr,
     GLsizei srcunit,
     GLsizei srcinterval,
     GLvoid * dstaddr,
     GLsizei dstunit,
     GLsizei dstinterval,
     GLsizei totalsize
);

Parameters

Name Description
in cmdlist The target command list object.
in srcaddr Transfer source start address.
in srcunit Transfer source read unit size (in bytes).
in srcinterval Transfer source skip size (in bytes).
out dstaddr Transfer destination start address.
in dstunit Transfer destination write unit size (in bytes).
in dstinterval Transfer destination skip size (in bytes).
in totalsize Total transfer size in bytes (multiple of 16).

Return Values

No values are returned.

Description

Adds a command to the specified command list to transfer a block image.

This is the directly specified command list version of nngxAddBlockImageCopyCommand.

Revision History

2012/05/09
Initial version.

CONFIDENTIAL