static VulkanAttachmentDescription |
VulkanAttachmentDescription.of(java.lang.Iterable<VulkanAttachmentDescriptionFlag> flags,
VulkanFormat format,
VulkanSampleCountFlag samples,
VulkanAttachmentLoadOp loadOp,
VulkanAttachmentStoreOp storeOp,
VulkanAttachmentLoadOp stencilLoadOp,
VulkanAttachmentStoreOp stencilStoreOp,
VulkanImageLayout initialLayout,
VulkanImageLayout finalLayout) |
Construct a new immutable VulkanAttachmentDescription instance.
|
static VulkanAttachmentDescription |
VulkanAttachmentDescription.of(java.util.Set<VulkanAttachmentDescriptionFlag> flags,
VulkanFormat format,
VulkanSampleCountFlag samples,
VulkanAttachmentLoadOp loadOp,
VulkanAttachmentStoreOp storeOp,
VulkanAttachmentLoadOp stencilLoadOp,
VulkanAttachmentStoreOp stencilStoreOp,
VulkanImageLayout initialLayout,
VulkanImageLayout finalLayout) |
Construct a new immutable VulkanAttachmentDescription instance.
|
VulkanAttachmentDescription.Builder |
VulkanAttachmentDescription.Builder.setLoadOp(VulkanAttachmentLoadOp loadOp) |
Initializes the value for the loadOp attribute.
|
VulkanAttachmentDescription.Builder |
VulkanAttachmentDescription.Builder.setStencilLoadOp(VulkanAttachmentLoadOp stencilLoadOp) |
|
VulkanAttachmentDescription |
VulkanAttachmentDescription.withLoadOp(VulkanAttachmentLoadOp value) |
Copy the current immutable object by setting a value for the loadOp attribute.
|
VulkanAttachmentDescription |
VulkanAttachmentDescription.withStencilLoadOp(VulkanAttachmentLoadOp value) |
Copy the current immutable object by setting a value for the stencilLoadOp attribute.
|