XGTextureAddressComputer::GetResourceBaseAlignmentBytes Method

Gets the base alignment of the resource, in bytes.

Syntax

public:
UINT64 GetResourceBaseAlignmentBytes()  

Return value

Type: UINT64 

The base alignment of the resource, in bytes.

Remarks

This is a helper method. Calling this method is equivalent to calling XGTextureAddressComputer::GetResourceLayout and getting the BaseAlignmentBytes parameter from that layout.

Requirements

Header: Declared in xg.h.

Library: Use xg_x.lib.

See also

XGTextureAddressComputer

XGTextureAddressComputer Members