TAMDDeviceInfo::MediaOps Property

__declspec(property(get = GetMediaOps)) bool MediaOps;

Returns true if the device supports custom AMD media functions.

Read: bool GetMediaOps();
Remarks:

The functions are: amd_pack, amd_unpack0, amd_unpack1, amd_unpack2, amd_unpack3, amd_bitalign, amd_lerp,... To enable support for this commands include:

#pragma OPENCL EXTENSION cl_amd_media_ops : enable

In the source code header.

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