Enum
VkCompressedTriangleFormatAMDX
Available compressed triangle formats
The VkCompressedTriangleFormatAMDX enumeration is defined as:
typedef enum VkCompressedTriangleFormatAMDX {
VK_COMPRESSED_TRIANGLE_FORMAT_DGF1_AMDX = 0,
} VkCompressedTriangleFormatAMDX;
pub struct CompressedTriangleFormatAMDX(u32);
impl CompressedTriangleFormatAMDX {
pub const DGF1: Self = 0;
}
VK_COMPRESSED_TRIANGLE_FORMAT_DGF1_AMDXspecifies that the compressed triangle data is in Dense Geometry Format, version 1, consisting of an array of 128B DGF blocks.
Type
Enum