TOpenCLDevice::MinDataTypeAlignSize Property

__declspec(property(get = GetMinDataTypeAlignSize)) int MinDataTypeAlignSize;

Minimum data alignment size.

Read: int GetMinDataTypeAlignSize();
Remarks:

The minimum value is the size (in bytes) of the largest OpenCL builtin 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