XGMemoryLayout::GetGpuCurrentAddress Method

Returns the current virtual address of this layout as it is being constructed, as a XG_GPU_VIRTUAL_ADDRESS (a UINT64).

Syntax

public:
XG_GPU_VIRTUAL_ADDRESS GetGpuCurrentAddress()  

Return value

Type: XG_GPU_VIRTUAL_ADDRESS 

The current GPU virtual address of this layout as it is being constructed.

Remarks

Returns the current GPU virtual address of this layout as it is being constructed. Calls to the following Map* APIs will increment the current address:

Requirements

Header: Declared in xgmemory.h.

See also

XGMemoryLayout

XGMemoryLayout Members