XGTextureAddressComputer::GetResourceSizePages Method

Gets the resource size, as the number of pages.

Syntax

public:
UINT64 GetResourceSizePages()  

Return value

Type: UINT64 

The resource size, as the number of pages.

Remarks

This is a helper method. Aligns the result of GetResourceSizeBytes to the next page size, using 64KB pages.

Requirements

Header: Declared in xg.h.

Library: Use xg_x.lib.

See also

XGTextureAddressComputer

XGTextureAddressComputer Members