blob: 8bade709fa787a79748eceef6a7f7bf05fab81dc [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkImageTiling,VkImageTiling]]
[source,c++]
----
typedef enum VkImageTiling {
VK_IMAGE_TILING_OPTIMAL = 0,
VK_IMAGE_TILING_LINEAR = 1,
} VkImageTiling;
----