rusticl: drop CLProp implementation for String
authorLingMan <18294-LingMan@users.noreply.gitlab.freedesktop.org>
Wed, 14 Jun 2023 06:16:40 +0000 (08:16 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 15 Jun 2023 02:31:19 +0000 (02:31 +0000)
commitcf43a74c7932268eeb6b3bb7a6e2b55ae0025d4c
treeac32cc88458d162e7a5576eeeff03e7bc3aebaf9
parentf1461c5a7725dc61162fdeb705ac24f49887be91
rusticl: drop CLProp implementation for String

Route the data to the implementation for &str instead. It works just as fine.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23652>
src/gallium/frontends/rusticl/api/device.rs
src/gallium/frontends/rusticl/api/program.rs
src/gallium/frontends/rusticl/api/util.rs