Module dagon.core.vkformat
Defines Vulkan image format enumerations.
Description
The dagon module provides the VkFormat enum,
which lists all Vulkan-compatible image and pixel formats, including
uncompressed, compressed, packed, and special-purpose formats,
as defined by the Vulkan specification.
Enums
| Name | Description |
|---|---|
VkFormat
|
Enumerates all Vulkan image and pixel formats.
The values correspond to the Vulkan VkFormat specification, including
uncompressed, compressed, packed, and platform/extension-specific formats.
|