Skip to content
#

dx11

Here are 31 public repositories matching this topic...

wgpu
cwfitzgerald
cwfitzgerald commented Jun 2, 2022

Is your feature request related to a problem? Please describe.

There's currently no way to actually get the full list of supported surface textures.

Describe the solution you'd like

Turn

Surface::get_preferred_format(&self, adapter: &Adapter) -> TextureFormat

into

Surface::get_supported_formats(&self, adapter: &Adapter) -> Vec<TextureFormat>
type: enhancement help wanted good first issue area: api

Improve this page

Add a description, image, and links to the dx11 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dx11 topic, visit your repo's landing page and select "manage topics."

Learn more