nngxAddL2BTransferCommandRaw Function
NNGX_APICALL void NNGX_APIENTRY nngxAddL2BTransferCommandRaw(
nngxCommandList * cmdlist,
const GLvoid * srcaddr,
GLvoid * dstaddr,
GLsizei width,
GLsizei height,
GLenum format,
GLsizei blocksize
);
| 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). |
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 ofnngxAddL2BTransferCommand.CONFIDENTIAL