nngxAddBlockImageCopyCommandRaw Function
NNGX_APICALL void NNGX_APIENTRY nngxAddBlockImageCopyCommandRaw(
nngxCommandList * cmdlist,
const GLvoid * srcaddr,
GLsizei srcunit,
GLsizei srcinterval,
GLvoid * dstaddr,
GLsizei dstunit,
GLsizei dstinterval,
GLsizei totalsize
);
| 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). |
Adds a command to the specified command list to transfer a block image.
This is the directly specified command list version ofnngxAddBlockImageCopyCommand.CONFIDENTIAL