VulkanAttachmentDescription.Builder |
VulkanAttachmentDescription.Builder.addAllFlags(java.lang.Iterable<VulkanAttachmentDescriptionFlag> elements) |
Adds elements to flags set.
|
VulkanAttachmentDescription.Builder |
VulkanAttachmentDescription.Builder.addFlags(VulkanAttachmentDescriptionFlag element) |
Adds one element to flags set.
|
VulkanAttachmentDescription.Builder |
VulkanAttachmentDescription.Builder.addFlags(VulkanAttachmentDescriptionFlag... elements) |
Adds elements to flags set.
|
static VulkanAttachmentDescription.Builder |
VulkanAttachmentDescription.builder() |
|
VulkanAttachmentDescription.Builder |
VulkanAttachmentDescription.Builder.from(VulkanAttachmentDescriptionType instance) |
Fill a builder with attribute values from the provided VulkanAttachmentDescriptionType instance.
|
VulkanAttachmentDescription.Builder |
VulkanAttachmentDescription.Builder.setFinalLayout(VulkanImageLayout finalLayout) |
|
VulkanAttachmentDescription.Builder |
VulkanAttachmentDescription.Builder.setFlags(java.lang.Iterable<VulkanAttachmentDescriptionFlag> elements) |
Sets or replaces all elements for flags set.
|
VulkanAttachmentDescription.Builder |
VulkanAttachmentDescription.Builder.setFormat(VulkanFormat format) |
Initializes the value for the format attribute.
|
VulkanAttachmentDescription.Builder |
VulkanAttachmentDescription.Builder.setInitialLayout(VulkanImageLayout initialLayout) |
|
VulkanAttachmentDescription.Builder |
VulkanAttachmentDescription.Builder.setLoadOp(VulkanAttachmentLoadOp loadOp) |
Initializes the value for the loadOp attribute.
|
VulkanAttachmentDescription.Builder |
VulkanAttachmentDescription.Builder.setSamples(VulkanSampleCountFlag samples) |
Initializes the value for the samples attribute.
|
VulkanAttachmentDescription.Builder |
VulkanAttachmentDescription.Builder.setStencilLoadOp(VulkanAttachmentLoadOp stencilLoadOp) |
|
VulkanAttachmentDescription.Builder |
VulkanAttachmentDescription.Builder.setStencilStoreOp(VulkanAttachmentStoreOp stencilStoreOp) |
|
VulkanAttachmentDescription.Builder |
VulkanAttachmentDescription.Builder.setStoreOp(VulkanAttachmentStoreOp storeOp) |
Initializes the value for the storeOp attribute.
|