Enum Class VulkanImageLayout
- All Implemented Interfaces:
VulkanEnumIntegerType, Serializable, Comparable<VulkanImageLayout>, Constable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionVK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXTVK_IMAGE_LAYOUT_ATTACHMENT_OPTIMALVK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMALVK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMALVK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMALVK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMALVK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMALVK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMALVK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMALVK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXTVK_IMAGE_LAYOUT_FRAGMENT_SHADING_RATE_ATTACHMENT_OPTIMAL_KHRVK_IMAGE_LAYOUT_GENERALVK_IMAGE_LAYOUT_PREINITIALIZEDVK_IMAGE_LAYOUT_PRESENT_SRC_KHRVK_IMAGE_LAYOUT_READ_ONLY_OPTIMALVK_IMAGE_LAYOUT_RENDERING_LOCAL_READVK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMALVK_IMAGE_LAYOUT_SHARED_PRESENT_KHRVK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMALVK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMALVK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMALVK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMALVK_IMAGE_LAYOUT_UNDEFINEDVK_IMAGE_LAYOUT_VIDEO_DECODE_DPB_KHRVK_IMAGE_LAYOUT_VIDEO_DECODE_DST_KHRVK_IMAGE_LAYOUT_VIDEO_DECODE_SRC_KHRVK_IMAGE_LAYOUT_VIDEO_ENCODE_DPB_KHRVK_IMAGE_LAYOUT_VIDEO_ENCODE_DST_KHRVK_IMAGE_LAYOUT_VIDEO_ENCODE_QUANTIZATION_MAP_KHRVK_IMAGE_LAYOUT_VIDEO_ENCODE_SRC_KHR -
Method Summary
Modifier and TypeMethodDescriptionintvalue()static VulkanImageLayoutReturns the enum constant of this class with the specified name.static VulkanImageLayout[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VK_IMAGE_LAYOUT_UNDEFINED
VK_IMAGE_LAYOUT_UNDEFINED -
VK_IMAGE_LAYOUT_GENERAL
VK_IMAGE_LAYOUT_GENERAL -
VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL
VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL -
VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL
VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL -
VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL
VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL -
VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL
VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL -
VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL
VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL -
VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL
VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL -
VK_IMAGE_LAYOUT_PREINITIALIZED
VK_IMAGE_LAYOUT_PREINITIALIZED -
VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL
VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL -
VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL
VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL -
VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL
VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_OPTIMAL -
VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL
VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL -
VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL
VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL -
VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL
VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL -
VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL
VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL -
VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL
VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL -
VK_IMAGE_LAYOUT_RENDERING_LOCAL_READ
VK_IMAGE_LAYOUT_RENDERING_LOCAL_READ -
VK_IMAGE_LAYOUT_PRESENT_SRC_KHR
VK_IMAGE_LAYOUT_PRESENT_SRC_KHR -
VK_IMAGE_LAYOUT_VIDEO_DECODE_DST_KHR
VK_IMAGE_LAYOUT_VIDEO_DECODE_DST_KHR -
VK_IMAGE_LAYOUT_VIDEO_DECODE_SRC_KHR
VK_IMAGE_LAYOUT_VIDEO_DECODE_SRC_KHR -
VK_IMAGE_LAYOUT_VIDEO_DECODE_DPB_KHR
VK_IMAGE_LAYOUT_VIDEO_DECODE_DPB_KHR -
VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR
VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR -
VK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXT
VK_IMAGE_LAYOUT_FRAGMENT_DENSITY_MAP_OPTIMAL_EXT -
VK_IMAGE_LAYOUT_FRAGMENT_SHADING_RATE_ATTACHMENT_OPTIMAL_KHR
VK_IMAGE_LAYOUT_FRAGMENT_SHADING_RATE_ATTACHMENT_OPTIMAL_KHR -
VK_IMAGE_LAYOUT_VIDEO_ENCODE_DST_KHR
VK_IMAGE_LAYOUT_VIDEO_ENCODE_DST_KHR -
VK_IMAGE_LAYOUT_VIDEO_ENCODE_SRC_KHR
VK_IMAGE_LAYOUT_VIDEO_ENCODE_SRC_KHR -
VK_IMAGE_LAYOUT_VIDEO_ENCODE_DPB_KHR
VK_IMAGE_LAYOUT_VIDEO_ENCODE_DPB_KHR -
VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT
VK_IMAGE_LAYOUT_ATTACHMENT_FEEDBACK_LOOP_OPTIMAL_EXT -
VK_IMAGE_LAYOUT_VIDEO_ENCODE_QUANTIZATION_MAP_KHR
VK_IMAGE_LAYOUT_VIDEO_ENCODE_QUANTIZATION_MAP_KHR
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
value
public int value()- Specified by:
valuein interfaceVulkanEnumIntegerType- Returns:
- The integer value of the constant
-