Skip to content

Add a default feature for wgpu that enables Vulkan & GLES on Windows & Linux #3514

@teoxoy

Description

@teoxoy

We currently only enable backends based on the target platform with the only exception being GLES which is always available.

We should expose a new feature flag (enabled by default) that covers the GLES and DX11 backends so that users not interested in those backends can avoid compiling them in their binaries.

Feature name ideas:

  • legacy
  • compat (mapping to a future WebGPU Compat; might not be the best choice since we support even lower limits/features than what WebGPU Compat is aiming for; i.e. GLES 3.1+ and DX11 FL10+)

See background for this: #1221 (comment)

Metadata

Metadata

Assignees

Labels

area: ecosystemHelp the connected projects grow and prosperhelp requiredWe need community help to make this happen.type: enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions