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