Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryBarrier2
Packages that use VkMemoryBarrier2
-
Uses of VkMemoryBarrier2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryBarrier2Modifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkMemoryBarrier2structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryBarrier2Modifier and TypeMethodDescriptionstatic VkMemoryBarrier2@NotNull VkMemoryBarrier2VkMemoryBarrier2.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMemoryBarrier2VkMemoryBarrier2.clone(Arena arena, VkMemoryBarrier2 src) VkMemoryBarrier2.dstAccessMask(long value) VkMemoryBarrier2.dstStageMask(long value) @Nullable VkMemoryBarrier2VkDependencyInfo.pMemoryBarriers()VkMemoryBarrier2.pNext(@NotNull MemorySegment value) VkMemoryBarrier2.srcAccessMask(long value) VkMemoryBarrier2.srcStageMask(long value) VkMemoryBarrier2.sType(int value) VkMemoryBarrier2.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryBarrier2Modifier and TypeMethodDescription@NotNull Iterator<VkMemoryBarrier2> VkMemoryBarrier2.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryBarrier2Modifier and TypeMethodDescriptionstatic VkMemoryBarrier2VkMemoryBarrier2.clone(Arena arena, VkMemoryBarrier2 src) voidVkMemoryBarrier2.Ptr.write(long index, @NotNull VkMemoryBarrier2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryBarrier2Modifier and TypeMethodDescriptionVkMemoryBarrier2.Ptr.at(long index, @NotNull Consumer<@NotNull VkMemoryBarrier2> consumer)