TOpenCLDevice::MemBaseAddrAlign Property

__declspec(property(get = GetMemBaseAddrAlign)) int MemBaseAddrAlign;

Allignment in bits of memory buffers.

Read: int GetMemBaseAddrAlign();
Remarks:

The minimum value is the size (in bits) of the largest OpenCL built-in data type supported by the device (long16 in FULL profile, long16 or int16 in EMBEDDED profile).

Declared in Dew::Math::TOpenCLDevice · Dew.Math/clMtxVec.h · Cross-compiler