nngxAddVramDmaCommandNoCacheFlushRaw Function
NNGX_APICALL void NNGX_APIENTRY nngxAddVramDmaCommandNoCacheFlushRaw(
nngxCommandList * cmdlist,
const GLvoid * srcaddr,
GLvoid * dstaddr,
GLsizei size
);
| Name | Description | |
|---|---|---|
| in | cmdlist |
The target command list object. |
| in | srcaddr |
Transfer source address (main memory). |
| in | dstaddr |
Transfer destination address (VRAM). |
| in | size |
Transfer size. |
Adds a DMA transfer command to the specified command list.
This is the directly specified command list version ofnngxAddVramDmaCommandNoCacheFlush.CONFIDENTIAL