VulkanPipelineLayoutCreateInfo |
VulkanPipelineLayoutCreateInfo.Builder.build() |
|
static VulkanPipelineLayoutCreateInfo |
VulkanPipelineLayoutCreateInfo.copyOf(VulkanPipelineLayoutCreateInfoType instance) |
|
static VulkanPipelineLayoutCreateInfo |
VulkanPipelineLayoutCreateInfo.of(java.lang.Iterable<VulkanPipelineLayoutCreateFlag> flags,
java.lang.Iterable<? extends VulkanDescriptorSetLayoutType> setLayouts,
java.lang.Iterable<? extends VulkanPushConstantRange> pushConstantRanges) |
Construct a new immutable VulkanPipelineLayoutCreateInfo instance.
|
static VulkanPipelineLayoutCreateInfo |
VulkanPipelineLayoutCreateInfo.of(java.util.Set<VulkanPipelineLayoutCreateFlag> flags,
java.util.List<VulkanDescriptorSetLayoutType> setLayouts,
java.util.List<VulkanPushConstantRange> pushConstantRanges) |
Construct a new immutable VulkanPipelineLayoutCreateInfo instance.
|
VulkanPipelineLayoutCreateInfo |
VulkanPipelineLayoutCreateInfo.withFlags(VulkanPipelineLayoutCreateFlag... elements) |
Copy the current immutable object with elements that replace the content of flags .
|
VulkanPipelineLayoutCreateInfo |
VulkanPipelineLayoutCreateInfo.withFlags(java.lang.Iterable<VulkanPipelineLayoutCreateFlag> elements) |
Copy the current immutable object with elements that replace the content of flags .
|
VulkanPipelineLayoutCreateInfo |
VulkanPipelineLayoutCreateInfo.withPushConstantRanges(VulkanPushConstantRange... elements) |
Copy the current immutable object with elements that replace the content of pushConstantRanges .
|
VulkanPipelineLayoutCreateInfo |
VulkanPipelineLayoutCreateInfo.withPushConstantRanges(java.lang.Iterable<? extends VulkanPushConstantRange> elements) |
Copy the current immutable object with elements that replace the content of pushConstantRanges .
|
VulkanPipelineLayoutCreateInfo |
VulkanPipelineLayoutCreateInfo.withSetLayouts(VulkanDescriptorSetLayoutType... elements) |
Copy the current immutable object with elements that replace the content of setLayouts .
|
VulkanPipelineLayoutCreateInfo |
VulkanPipelineLayoutCreateInfo.withSetLayouts(java.lang.Iterable<? extends VulkanDescriptorSetLayoutType> elements) |
Copy the current immutable object with elements that replace the content of setLayouts .
|