nngxAddVramDmaCommandNoCacheFlushRaw Function

Syntax

NNGX_APICALL void NNGX_APIENTRY nngxAddVramDmaCommandNoCacheFlushRaw(
     nngxCommandList * cmdlist,
     const GLvoid * srcaddr,
     GLvoid * dstaddr,
     GLsizei size
);

Arguments

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.

Return Values

No values are returned.

Description

Adds a DMA transfer command to the specified command list.

This is the directly specified command list version of nngxAddVramDmaCommandNoCacheFlush.

Revision History

2012/05/09
Initial version.

CONFIDENTIAL