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 recordRepresents a pointer to / an array ofVkMemoryBarrierstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryBarrierModifier and TypeMethodDescriptionstatic VkMemoryBarrier@NotNull VkMemoryBarrierVkMemoryBarrier.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMemoryBarrierVkMemoryBarrier.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 VkMemoryBarrierVkMemoryBarrier.clone(Arena arena, VkMemoryBarrier src) voidVkMemoryBarrier.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)