summaryrefslogtreecommitdiff
path: root/src/gallium/frontends/rusticl/api/platform.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/frontends/rusticl/api/platform.rs')
-rw-r--r--src/gallium/frontends/rusticl/api/platform.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/frontends/rusticl/api/platform.rs b/src/gallium/frontends/rusticl/api/platform.rs
index dcefdf6cf56..a778bbe0a49 100644
--- a/src/gallium/frontends/rusticl/api/platform.rs
+++ b/src/gallium/frontends/rusticl/api/platform.rs
@@ -11,7 +11,7 @@ impl CLInfo<cl_platform_info> for cl_platform_id {
self.get_ref()?;
Ok(match q {
// TODO spirv
- CL_PLATFORM_EXTENSIONS => cl_prop("cl_khr_icd cl_khr_il_program"),
+ CL_PLATFORM_EXTENSIONS => cl_prop(PLATFORM_EXTENSION_STR),
CL_PLATFORM_EXTENSIONS_WITH_VERSION => {
cl_prop::<Vec<cl_name_version>>(PLATFORM_EXTENSIONS.to_vec())
}