TAMDDeviceInfo::OpenVideo Property

__declspec(property(get = GetOpenVideo)) bool OpenVideo;

Returns true if the device supports hardware fixed-function video compression.

Read: bool GetOpenVideo();
Remarks:

To enable support for this feature include:

#pragma OPENCL EXTENSION cl_amd_open_video : enable

In the source code header.

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