Skip to content
#

metal

Here are 653 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
cocos-engine

Cocos Engine is an open-source framework for building 2D & 3D real-time rendering and interactive contents, especially video games, which can be deployed to mobile, desktop and web. It is inherited from the legacy Cocos2d-x with a redesigned modern architecture. To run this engine, please download Cocos Creator.

  • Updated Jun 4, 2022
  • C++

Improve this page

Add a description, image, and links to the metal 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 metal topic, visit your repo's landing page and select "manage topics."

Learn more