KhronosGroup / KhronosGroup/Vulkan-Docs

No Vulkan equivalent to DXGI_FORMAT_A8_UNORM

Open
#1,944 15 comments 1 reaction 0 assignees View on GitHub
Feature Request
Dominant language
JavaScript
Stars
3.3k
Forks
549
Avg merge
5d 5h
Merged PRs (30d)
2

Description

Vulkan has no equivalent to `DXGI_FORMAT_A8_UNORM`. The closest format is `VK_FORMAT_R8_UNORM` but it can't be used to fully emulate `DXGI_FORMAT_A8_UNORM` because swizzled image views can't be used for storage image descriptors.

Contributor guide

Open the contributing guide

Research direction

The issue concerns DXGI_FORMAT_A8_UNORM, VK_FORMAT_R8_UNORM, swizzled image views, and storage image descriptors in the Vulkan specification. Start by reviewing the relevant format and descriptor documentation, then determine whether an equivalent or specification change is required. Done means the compatibility gap has a documented resolution or an accepted Vulkan design.

Written by the indexing model from the issue text.

Assessment

Domain
computer-graphics
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.