Enum

VkCompressedTriangleFormatAMDX

Available compressed triangle formats

The VkCompressedTriangleFormatAMDX enumeration is defined as:

typedef enum VkCompressedTriangleFormatAMDX {
    VK_COMPRESSED_TRIANGLE_FORMAT_DGF1_AMDX = 0,
} VkCompressedTriangleFormatAMDX;
  • VK_COMPRESSED_TRIANGLE_FORMAT_DGF1_AMDX specifies that the compressed triangle data is in Dense Geometry Format, version 1, consisting of an array of 128B DGF blocks.