Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryBarrier
Packages that use VkMemoryBarrier
-
Uses of VkMemoryBarrier in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryBarrierModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMemoryBarrier
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryBarrierModifier and TypeMethodDescriptionstatic VkMemoryBarrier
@NotNull VkMemoryBarrier
VkMemoryBarrier.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkMemoryBarrier
VkMemoryBarrier.clone
(Arena arena, VkMemoryBarrier src) VkMemoryBarrier.dstAccessMask
(int value) VkMemoryBarrier.pNext
(@NotNull MemorySegment value) VkMemoryBarrier.srcAccessMask
(int value) VkMemoryBarrier.sType
(int value) VkMemoryBarrier.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryBarrierModifier and TypeMethodDescription@NotNull Iterator
<VkMemoryBarrier> VkMemoryBarrier.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryBarrierModifier and TypeMethodDescriptionstatic VkMemoryBarrier
VkMemoryBarrier.clone
(Arena arena, VkMemoryBarrier src) void
VkMemoryBarrier.Ptr.write
(long index, @NotNull VkMemoryBarrier value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryBarrierModifier and TypeMethodDescriptionVkMemoryBarrier.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMemoryBarrier> consumer)