summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Alistair Keiller <alistair@keiller.net>2022-10-06 09:55:20 -0700
committerLibravatar Alistair Keiller <alistair@keiller.net>2022-10-06 09:55:20 -0700
commit013c1f1f893902c00a25483216cd118c09499888 (patch)
treef902fe108c6c9de5fbbc61ca76cb373857cbcad2
parentcd5a5f2ed23da06ea5a972df948fc735916ba7e1 (diff)
downloadiced-013c1f1f893902c00a25483216cd118c09499888.tar.gz
iced-013c1f1f893902c00a25483216cd118c09499888.tar.bz2
iced-013c1f1f893902c00a25483216cd118c09499888.zip
remove DX11 support from wgpu
m---------iced20
-rw-r--r--wgpu/README.md2
2 files changed, 21 insertions, 1 deletions
diff --git a/iced b/iced
new file mode 160000
+Subproject cd5a5f2ed23da06ea5a972df948fc735916ba7e
diff --git a/wgpu/README.md b/wgpu/README.md
index 50440baf..a2be4753 100644
--- a/wgpu/README.md
+++ b/wgpu/README.md
@@ -6,7 +6,7 @@
`iced_wgpu` is a [`wgpu`] renderer for [`iced_native`]. For now, it is the default renderer of Iced in native platforms.
-[`wgpu`] supports most modern graphics backends: Vulkan, Metal, DX11, and DX12 (OpenGL and WebGL are still WIP). Additionally, it will support the incoming [WebGPU API].
+[`wgpu`] supports most modern graphics backends: Vulkan, Metal, and DX12 (OpenGL and WebGL are still WIP). Additionally, it will support the incoming [WebGPU API].
Currently, `iced_wgpu` supports the following primitives:
- Text, which is rendered using [`wgpu_glyph`]. No shaping at all.