Skip to main content

GetShapeXmaOutputBuffer

Gets the address of the output buffer.

Syntax

Parameters

context   _In_
Type: SHAPE_XMA_CONTEXT*
Pointer to a SHAPE_XMA_CONTEXT object.

Return value

Type: void* Pointer to the output buffer.

Remarks

To set the address of the output buffer by using a pointer, use SetShapeXmaOutputBuffer(SHAPE_XMA_CONTEXT*, void*). To set the address of the output buffer by using a physical address, use SetShapeXmaOutputBuffer(SHAPE_XMA_CONTEXT*, APU_ADDRESS). For more information, see the XMA section of Overview of SHAPE.

Requirements

Header: shapexmacontext.h Supported platforms: XBOX One family consoles and XBOX Series consoles

See also

ShapeXmaContext
Last modified on August 20, 2026