Uses of Record Class
club.doki7.vulkan.datatype.VkRenderPassMultiviewCreateInfo
Packages that use VkRenderPassMultiviewCreateInfo
-
Uses of VkRenderPassMultiviewCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkRenderPassMultiviewCreateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkRenderPassMultiviewCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkRenderPassMultiviewCreateInfoModifier and TypeMethodDescription@NotNull VkRenderPassMultiviewCreateInfo
VkRenderPassMultiviewCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkRenderPassMultiviewCreateInfo.clone
(Arena arena, VkRenderPassMultiviewCreateInfo src) VkRenderPassMultiviewCreateInfo.correlationMaskCount
(int value) VkRenderPassMultiviewCreateInfo.dependencyCount
(int value) VkRenderPassMultiviewCreateInfo.pCorrelationMasks
(@Nullable IntPtr value) VkRenderPassMultiviewCreateInfo.pNext
(@NotNull MemorySegment value) VkRenderPassMultiviewCreateInfo.pViewMasks
(@Nullable IntPtr value) VkRenderPassMultiviewCreateInfo.pViewOffsets
(@Nullable IntPtr value) VkRenderPassMultiviewCreateInfo.sType
(int value) VkRenderPassMultiviewCreateInfo.subpassCount
(int value) VkRenderPassMultiviewCreateInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkRenderPassMultiviewCreateInfoModifier and TypeMethodDescription@NotNull Iterator
<VkRenderPassMultiviewCreateInfo> VkRenderPassMultiviewCreateInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkRenderPassMultiviewCreateInfoModifier and TypeMethodDescriptionVkRenderPassMultiviewCreateInfo.clone
(Arena arena, VkRenderPassMultiviewCreateInfo src) void
VkRenderPassMultiviewCreateInfo.Ptr.write
(long index, @NotNull VkRenderPassMultiviewCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkRenderPassMultiviewCreateInfoModifier and TypeMethodDescriptionVkRenderPassMultiviewCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkRenderPassMultiviewCreateInfo> consumer)