Contents

getCommandBufferDescriptor

Returns the memory descriptor representing the command buffer.

Declaration

virtual IOMemoryDescriptor * getCommandBufferDescriptor(
 void );

Return Value

Returns memory descriptor representing mapped data buffers.

Overview

Returns the IOMemoryDescriptor for the data mapped by setCommandBuffer variants. Works for setCommandBuffersAsRanges too.

See Also

Miscellaneous