mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
FLACCL: support for Intel HD Graphics
This commit is contained in:
@@ -1764,6 +1764,7 @@ namespace CUETools.Codecs.FLACCL
|
||||
#endif
|
||||
(m_settings.DeviceType == OpenCLDeviceType.CPU ? "#define FLACCL_CPU\n" : "") +
|
||||
"#define OPENCL_PLATFORM \"" + OpenCL.GetPlatform(platformId).Name + "\"\n" +
|
||||
"#define VENDOR_ID " + OCLMan.Context.Devices[0].VendorID + "\n" +
|
||||
m_settings.Defines + "\n";
|
||||
|
||||
var exts = new string[] {
|
||||
|
||||
Reference in New Issue
Block a user