Interface VulkanFormatPropertiesType

  • All Known Implementing Classes:
    VulkanFormatProperties

    @Immutable
    public interface VulkanFormatPropertiesType
    Structure specifying image format properties.
    • Method Detail

      • linearTilingFeatures

        @Parameter
        java.util.Set<VulkanFormatFeatureFlag> linearTilingFeatures()
        Returns:
        A set of flags specifying features supported by images created with a tiling parameter of VK_IMAGE_TILING_LINEAR.
      • optimalTilingFeatures

        @Parameter
        java.util.Set<VulkanFormatFeatureFlag> optimalTilingFeatures()
        Returns:
        A set of flags specifying features supported by images created with a tiling parameter of VK_IMAGE_TILING_OPTIMAL.
      • bufferFeatures

        @Parameter
        java.util.Set<VulkanFormatFeatureFlag> bufferFeatures()
        Returns:
        A set of flags specifying features supported by buffers.