nngxGetCommandRequestSizeRaw Function

Syntax

NNGX_APICALL GLsizei NNGX_APIENTRY nngxGetCommandRequestSizeRaw(
     GLsizei requestcount
);

Parameters

Name Description
in requestcount The number of command requests you want to allocate.

Return Values

The required buffer size.

Description

Calculates and returns the size of the buffer needed for storing the command list queue data.

The required size of the command request buffer given by nngxCmdlistStorageRaw is calculated based on the number of requests you want to allocate.

Revision History

2012/05/09
Initial version.

CONFIDENTIAL