Interface VulkanFormatPropertiesType
- All Known Implementing Classes:
VulkanFormatProperties
@Immutable
public interface VulkanFormatPropertiesType
Structure specifying image format properties.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
linearTilingFeatures
- Returns:
- A set of flags specifying features supported by images created with a tiling parameter of VK_IMAGE_TILING_LINEAR.
-
optimalTilingFeatures
- Returns:
- A set of flags specifying features supported by images created with a tiling parameter of VK_IMAGE_TILING_OPTIMAL.
-
bufferFeatures
- Returns:
- A set of flags specifying features supported by buffers.
-