remove DX11 support from wgpu
This commit is contained in:
parent
cd5a5f2ed2
commit
013c1f1f89
2 changed files with 2 additions and 1 deletions
1
iced
Submodule
1
iced
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit cd5a5f2ed23da06ea5a972df948fc735916ba7e1
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue