You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLDevice Class > TOpenCLDevice Properties > TOpenCLDevice.Extensions Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLDevice.Extensions Property

Holds a list of extension names supported by the device.

Syntax
C#
Visual Basic
public TStringList Extensions;

The list of extension names returned can be vendor supported extension names and one or more of the following Khronos approved extension names: 

 

cl_khr_fp64 cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_fp16 cl_khr_gl_sharing cl_khr_gl_event cl_khr_d3d10_sharing

 

The following approved Khronos extension names must be returned by all device that support OpenCL C 1.1: 

 

cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_byte_addressable_store
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!